Widget output function for use in Shiny
1 2 3 4 5 | highchartOutput(outputId, width = "100%", height = "400px")
highchartOutput2(outputId, width = "100%", height = "400px")
highchartOutputZ(outputId, width = "100%", height = "400px")
|
outputId |
The name of the input. |
width |
A numeric input in pixels. |
height |
A numeric input in pixels. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.