Closed ghost closed 3 months ago
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
Describe your context My Dash Server is hosted on WSL2, and browse the App from my browser.
pip list | grep dash
:Browser, Version and OS, reproduced on both Firefox and Edge:
Describe the bug
When both
dcc.Graph
andgo.Figure
have animation, then, when the second animation inFigure
is executed, theFrames
from the first animation are played instead of the second one. There is also a change in the dataset to display.My findings showed that all the data is correctly sent by the server, and is shown in the callback debug UI. I could not pinpoint exactly where the bug occurs in the JavaScript code as my knowledge is limited. See screenshots for more information.
Expected behavior
The animation from the second (and following) request should be played instead of the animation of the first requested data.
Screenshots
Sorry for the quality of the GIFs!
Expected result:
Observed result:
Reproducible App
Use the following snippet to reproduce easily the issue: