c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.35k stars 1.39k forks source link

Enabling zoom really mucks with scrolling in Safari; any way to require a meta key for zoom? #2784

Open JetForMe opened 4 years ago

JetForMe commented 4 years ago

Since macOS uses the scroll wheel to scroll, as soon as a chart scrolls under the pointer, it begins to zoom; if a zoom limit is hit, it starts to scroll again.

It would be great if there was a way to disable scroll-wheel zoom unless a meta key was held down. Is that possible?