View source: R/highcharts-api-add.R
hc_add_series for xts objects
1 2 3 4 5 | ## S3 method for class 'xts'
hc_add_series(hc, data, ...)
## S3 method for class 'ohlc'
hc_add_series(hc, data, type = "candlestick", ...)
|
hc |
A |
data |
A |
... |
Arguments defined in https://api.highcharts.com/highcharts/plotOptions.series. |
type |
The way to show the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.