plotly.py
plotly.py copied to clipboard
[Request] Add support for new mapbox cooperativeGestures option
mapbox-gl 2.6.0 (released on Nov 08, 2021) added a new option for “cooperative gestures” - when enabled, touch panning requires two fingers and scroll zooming requires ctrl to be pressed while scrolling:
https://github.com/mapbox/mapbox-gl-js/releases/tag/v2.6.0 https://docs.mapbox.com/mapbox-gl-js/example/cooperative-gestures/ https://github.com/mapbox/mapbox-gl-js/issues/2618
Is it a feature that could be made available in plotly.py?