View source: R/highcharts-api-add.R
hc_add_series for geo_json & geo_list objects
1 2 3 4 5 | ## S3 method for class 'geo_json'
hc_add_series(hc, data, type = NULL, ...)
## S3 method for class 'geo_list'
hc_add_series(hc, data, type = NULL, ...)
|
hc |
A |
data |
A |
type |
Type of series. Can be 'mapline', 'mapoint'. |
... |
Arguments defined in https://api.highcharts.com/highcharts/plotOptions.series. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.