Description Usage Arguments Examples
View source: R/highcharts-api.R
Mapnavigation options for highcharter objects
1 | hc_mapNavigation(hc, ...)
|
hc |
A |
... |
Arguments defined in https://api.highcharts.com/highmaps/mapNavigation. |
1 2 3 4 5 6 | hcmap(download_map_data = TRUE) %>%
hc_mapNavigation(
enabled = TRUE,
enableMouseWheelZoom = TRUE,
enableDoubleClickZoom = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.