highchart_ct {highcharter} | R Documentation |
Highcharter Crosstalk Widget
highchart_ct(data = NULL, hc_opts = list(), theme = getOption("highcharter.theme"), width = NULL, height = NULL, elementId = NULL)
data |
Data frame |
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. |