-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
scatter_mapbox not updating in Dash with plotly.js 2.16.1 #6363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Workaround with dcc.Store and a clientside callback:
|
Does the workaround disable clickData? I tried to add an action on marker selection, except either the map doesn't update (this bug report) or the click event never happens. This callback gets called only once, on startup:
If the output is instead set to |
Fixed by #6382. |
Hi all, I have a similar problem where my mapbox figure doesn't refresh tiles even after a callback. See more here. This is using python dash & plotly. and the following stack: dash: 2.7.0 Should this problem be solved for the above version of Dash? Can someone guide me on a workaround in python? Thanks |
The traces get added/removed (you can hover over them) but the points don't appear in the image. The issue seems to be related to Plotly.react not identifying the differences between the two states: https://codepen.io/celia-plotly/pen/xxzgJWW
The text was updated successfully, but these errors were encountered: