powered by
This function is used in hchart.data.frame.
hchart.data.frame
get_hc_series_from_df(data, type = NULL, ...)
A data.frame object.
data.frame
The type of chart. Possible values are line, scatter, point, column.
Aesthetic mappings as x y group color low high.
x y group color low high
# NOT RUN { highcharter:::get_hc_series_from_df(iris, type = "point", x = Sepal.Width) # }
Run the code above in your browser using DataLab