hc_addgroupedseries: hc_addgroupedseries

View source: R/hc_html.R

hc_addgroupedseriesR Documentation

hc_addgroupedseries

Description

Helper to add a grouped series. See https://github.com/superchordate/hcslim for more detailed documentation and examples.

Usage

hc_addgroupedseries(options, data, groupcol, xcol, ycol, zcol = NULL)

Arguments

options

Your starting Highcharts options.

data

Data to pull from.

groupcol

Character indicating the column to use for grouping.

xcol

Character indicating the column to use for the x value.

ycol

Character indicating the column to use for the y value.

zcol

Character indicating the column to use for the z value (used in Bubble charts, etc).

Details

Author: Bryce Chamberlain

Value

Modified Highcharts options with series' added.


superchordate/hcslim documentation built on Feb. 20, 2025, 3:28 p.m.