highchart {highcharter} | R Documentation |
This function creates a Highchart chart using htmlwidgets. The widget can be rendered on HTML pages generated from R Markdown, Shiny, or other applications.
highchart(hc_opts = list(), theme = getOption("highcharter.theme"), type = "chart", width = NULL, height = NULL, elementId = NULL, debug = FALSE)
hc_opts |
A |
theme |
A |
type |
A character value to set if use Highchart, Highstock or
Highmap. Options are |
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 |