powered by
highchart
Changing the size of a highchart object
hc_size(hc, width = NULL, height = NULL)
A highchart htmlwidget object.
htmlwidget
A numeric input in pixels.
# NOT RUN { hc <- hchart(ts(rnorm(100)), showInLegend = FALSE) hc_size(hc, 200, 200) # }
Run the code above in your browser using DataLab