View source: R/highcharts-api-helpers.R
hc_size | R Documentation |
highchart
objectChanging the size of a highchart
object
hc_size(hc, width = NULL, height = NULL)
hc |
A |
width |
A numeric input in pixels. |
height |
A numeric input in pixels. |
hc <- hchart(ts(rnorm(100)), showInLegend = FALSE)
hc_size(hc, 200, 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.