panning property

HighchartsChartPanningOptions? panning
getter/setter pair

Allow panning in a chart. Best used with panKey to combine zooming and panning.

On touch devices, when the tooltip.followTouchMove option is true (default), panning requires two fingers. To allow panning with one finger, set followTouchMove to false.

API Docs: https://api.highcharts.com/highcharts/chart.panning

Implementation

HighchartsChartPanningOptions? panning;