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
The map animation isn't displaying the updated map or tooltips when "play" or a different year is selected, but it correctly updates when the map is double clicked. This bug seems to be appearing everywhere, including the codepen example.
The text was updated successfully, but these errors were encountered:
Thanks for the report @yimej. The issue is that redraw: false in the frame attribute and so Plotly doesn't redraw the entire chart during the update. This works for line and scatter traces but not for Maps so redraw should be set to true for all the update methods. The reason double clicking on the chart updates the chart is because it forces a redraw.
https://plot.ly/javascript/map-animations/
The map animation isn't displaying the updated map or tooltips when "play" or a different year is selected, but it correctly updates when the map is double clicked. This bug seems to be appearing everywhere, including the codepen example.
The text was updated successfully, but these errors were encountered: