ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
ZoomCharts.Configuration.GeoChartSettingsInteractionZooming
Inheritance hierarchy
This type inherits from ItemsChartSettingsInteractionZooming.
Methods
This type does not define any methods.
Properties
autoZoomAfterClick: boolean
Inherited from: ItemsChartSettingsInteractionZooming
Whether to auto zoom every time user clicks on the chart.
doubleClickZoom: number
Inherited from: ItemsChartSettingsInteractionZooming
A double-click on empty space will trigger zoom in by this value. Set to null or false to disable double click zooming.
fingers: boolean
Inherited from: ItemsChartSettingsInteractionZooming
Whether to zoom by two finger pinch.
fingersOverrideDrag: boolean
Inherited from: ItemsChartSettingsInteractionZooming
Whether a two-finger zoom takes precedence over an existing node drag
sensitivity: number
Inherited from: ItemsChartSettingsInteractionZooming
Sensitivity of wheel zoom.
wheel: boolean
Inherited from: ItemsChartSettingsInteractionZooming
Whether to zoom by mouse wheel.
zoomInOnDoubleClick: boolean
Inherited from: ItemsChartSettingsInteractionZooming
Introduced in version 1.18.0.
Enables/Disables zoom in on double click. Informs Leaflet not to do this action.