get_hc_series_from_df {highcharter} | R Documentation |
This function is used in hchart.data.frame and hc_add_series_df
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 |
get_hc_series_from_df(iris, type = "point", x = Sepal.Width)