hcpxy_update_series {highcharter} | R Documentation |
Update options series in a higchartProxy object
Description
Update options series in a higchartProxy object
Usage
hcpxy_update_series(proxy, id = NULL, ...)
Arguments
proxy |
A |
id |
A character vector indicating the |
... |
Arguments defined in https://api.highcharts.com/highcharts/plotOptions.series. The arguments will be the same for each series. So if you want update data it is used this function sequentially for each series. |
[Package highcharter version 0.9.4 Index]