get_hc_series_from_df | R Documentation |
This function is used in hchart.data.frame
.
get_hc_series_from_df(data, type = NULL, ...)
data |
A |
type |
The type of chart. Possible values are line, scatter, point, column. |
... |
Aesthetic mappings as |
highcharter:::get_hc_series_from_df(iris, type = "point", x = Sepal.Width)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.