Open Waseem-Isaac opened 2 years ago
I want to disable zoom by pinch. When I set options.zoom.pinch.enabled by false. while setting options.zoom.wheel.enabled: true, I still can zoom by pinch.
options.zoom.pinch.enabled
false
options.zoom.wheel.enabled: true
For reproduce the case you can try the samples at [https://www.chartjs.org/chartjs-plugin-zoom/latest/samples/basic.html]()
Is there something I missed?
What device are you using?
I want to disable zoom by pinch. When I set
options.zoom.pinch.enabled
byfalse
. while settingoptions.zoom.wheel.enabled: true
, I still can zoom by pinch.For reproduce the case you can try the samples at [https://www.chartjs.org/chartjs-plugin-zoom/latest/samples/basic.html]()
Is there something I missed?