hc_mapNavigation: Mapnavigation options for highcharter objects

View source: R/highcharts-api.R

hc_mapNavigationR Documentation

Mapnavigation options for highcharter objects

Description

The mapNavigation option handles buttons for navigation in addition to mousewheel and doubleclick handlers for map zooming.

Usage

hc_mapNavigation(hc, ...)

Arguments

hc

A highchart htmlwidget object.

...

Arguments defined in https://api.highcharts.com/highmaps/mapNavigation.

Examples


hcmap(download_map_data = FALSE) |> 
  hc_mapNavigation(
    enabled = TRUE,
    enableMouseWheelZoom = TRUE,
    enableDoubleClickZoom = TRUE
  )


jbkunst/highcharter documentation built on March 14, 2024, 12:52 a.m.