singleTouch property

bool? singleTouch
getter/setter pair

Enables zooming by a single touch, in combination with chart.zooming.type. When enabled, two-finger pinch will still work as set up by chart.zooming.pinchType (#chart.zooming.pinchType). However, singleTouch will interfere with touch-dragging the chart to read the tooltip. And especially when vertical zooming is enabled, it will make it hard to scroll vertically on the page.

API Docs: https://api.highcharts.com/highcharts/chart.zooming.singleTouch

Implementation

bool? singleTouch;