Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Map animation not uploading #1365

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

Closed
yimej opened this issue Jun 20, 2019 · 1 comment · Fixed by #1370
Closed

Map animation not uploading #1365

yimej opened this issue Jun 20, 2019 · 1 comment · Fixed by #1370

Comments

@yimej
Copy link

yimej commented Jun 20, 2019

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.

@michaelbabyn
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants