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_size(hcts(rnorm(100)), 400, 200) # }
Run the code above in your browser using DataLab