hc_add_series.geo_json: hc_add_series for geo_json & geo_list objects

Description Usage Arguments

View source: R/highcharts-api-add.R

Description

hc_add_series for geo_json & geo_list objects

Usage

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, ...)

Arguments

hc

A highchart htmlwidget object.

data

A geo_json or geo_list object.

type

Type of series. Can be 'mapline', 'mapoint'.

...

Arguments defined in https://api.highcharts.com/highcharts/plotOptions.series.


highcharter documentation built on Jan. 3, 2022, 5:08 p.m.