-
Notifications
You must be signed in to change notification settings - Fork 5
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
Animated Plotly Graphs Not Rendering #156
Comments
Thanks for the report -- this is a particularly tricky one. In your example,
That said, if you just want the plot to render as it does in the notebook (i.e., without transforming Unfortunately, this is mainly a limitation of |
Thanks a lot, @cpsievert! Kind Regards |
I was trying to generate an animated 3D scatter plot using plotly and display it on a dashboard I created using PyShiny Express. When checking the code for an animated plotly graph on a jupyter notebook - it works perfectly, but I am not able to get the animation running on Shiny.
The graph is interactive - that is the tool tip shows the data but there's no animation when clicking on Play.
Above is a minimal reproducible code for the function to render a plot. I was thinking if the animation rendering issue has something to do with async functions so I changed this to sync. I'm not sure what to do.
My animation just affects the size of the markers in the scatter plot.
Could someone help me out?
The text was updated successfully, but these errors were encountered: