highchart2 {highcharter} | R Documentation |
This widgets don't support options yet.
highchart2(hc_opts = list(), theme = NULL, width = NULL, height = NULL, elementId = NULL, debug = FALSE)
hc_opts |
A |
theme |
A |
width |
A numeric input in pixels. |
height |
A numeric input in pixels. |
elementId |
Use an explicit element ID for the widget. |
debug |
A boolean value if you want to print in the browser console the
parameters given to |
This function creates a Highchart chart using htmlwidgets. The widget can be rendered on HTML pages generated from R Markdown, Shiny, or other applications.