options/highcharts_map_navigation_options
library
Classes
-
HighchartsMapNavigationButtonOptions
-
General options for the map navigation buttons. Individual options
can be given from the mapNavigation.buttons
option set.
-
HighchartsMapNavigationButtonsOptions
-
The individual buttons for the map navigation. This usually includes
the zoom in and zoom out buttons. Properties for each button is
inherited from
mapNavigation.buttonOptions, while
individual options can be overridden. But default, the
onclick
, text
and y
options are individual.
-
HighchartsMapNavigationButtonsZoomInOptions
-
Options for the zoom in button. Properties for the zoom in and zoom
out buttons are inherited from
mapNavigation.buttonOptions, while
individual options can be overridden. By default, the
onclick
,
text
and y
options are individual.
-
HighchartsMapNavigationButtonsZoomOutOptions
-
Options for the zoom out button. Properties for the zoom in and
zoom out buttons are inherited from
mapNavigation.buttonOptions, while
individual options can be overridden. By default, the
onclick
,
text
and y
options are individual.
-
HighchartsMapNavigationOptions
-
The
mapNavigation
option handles buttons for navigation in addition to
mousewheel
and doubleclick
handlers for map zooming.