options/highcharts_chart_zooming_options library
Classes
- HighchartsChartZoomingMouseWheelOptions
-
The mouse wheel zoom is a feature included in Highcharts Stock, but is also
available for Highcharts Core as a module. Zooming with the mouse wheel is
enabled by default in Highcharts Stock. In Highcharts Core it is enabled if
chart.zooming.type is set. It can be disabled by
setting this option to
false
. - HighchartsChartZoomingOptions
- Chart zooming options.
- HighchartsChartZoomingResetButtonOptions
- The button that appears after a selection zoom, allowing the user to reset zoom.
- HighchartsChartZoomingResetButtonPositionOptions
- The position of the button.
- HighchartsChartZoomingResetButtonThemeOptions
-
A collection of attributes for the button. The object takes SVG
attributes like
fill
,stroke
,stroke-width
orr
, the border radius. The theme also supportsstyle
, a collection of CSS properties for the text. Equivalent attributes for the hover state are given intheme.states.hover
.