palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 223 forks source link

Fix 'passive' event listener #3492

Closed themadcreator closed 5 years ago

themadcreator commented 5 years ago

Chrome 73 broke wheel listeners with its new "passive" listener settings. This overrides them explicitly to avoid the errors.

blueprint-bot commented 5 years ago

Isolate passive event options to wheel event for platform compat

Demo: quicktests | fiddle