| hc_mapNavigation {highcharter} | R Documentation |
Mapnavigation options for highcharter objects
hc_mapNavigation(hc, ...)
hc |
A |
... |
Arguments defined in https://api.highcharts.com/highmaps/mapNavigation. |
hcmap(download_map_data = TRUE) %>%
hc_mapNavigation(
enabled = TRUE,
enableMouseWheelZoom = TRUE,
enableDoubleClickZoom = TRUE
)