chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
591 stars 326 forks source link

I can't disable zoom by pinch while `wheel` zoom is enabled #685

Open Waseem-Isaac opened 2 years ago

Waseem-Isaac commented 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.

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?

kurkle commented 1 year ago

What device are you using?