You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users use fig.show(config={'doubleClick': False}) to supress the default behaviour where double clicking on a figure returns to the default zoom level.
This behaviour is not supressed on map figures, tested on px.choropleth and choropleth_mapbox, plotly==6.0.1.
There does not appear to be a way to supress this behaviour for those maptypes, and there's no relevant error in the terminal to
Some users use
fig.show(config={'doubleClick': False})
to supress the default behaviour where double clicking on a figure returns to the default zoom level.This behaviour is not supressed on map figures, tested on px.choropleth and choropleth_mapbox, plotly==6.0.1.
There does not appear to be a way to supress this behaviour for those maptypes, and there's no relevant error in the terminal to
Example:
returns the following behaviour
Map-Zoom-Recording.mp4
The text was updated successfully, but these errors were encountered: