get_hc_series_from_df: Auxiliar function to get series and options from tidy frame...

Description Usage Arguments Examples

View source: R/helpers.R

Description

This function is used in hchart.data.frame.

Usage

1

Arguments

data

A data.frame object.

type

The type of chart. Possible values are line, scatter, point, column.

...

Aesthetic mappings as x y group color low high.

Examples

1
highcharter:::get_hc_series_from_df(iris, type = "point", x = Sepal.Width)

highcharter documentation built on Jan. 3, 2022, 5:08 p.m.