hc_addgroupedseries | R Documentation |
Helper to add a grouped series. See https://github.com/superchordate/hcslim for more detailed documentation and examples.
hc_addgroupedseries(options, data, groupcol, xcol, ycol, zcol = NULL)
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). |
Author: Bryce Chamberlain
Modified Highcharts options with series' added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.