We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plotly
I tried visualizing a plotly animation from the dashboard, but the animation does not work.
The following code runs smoothly (taken from the plotly documentation):
import plotly.express as px df = px.data.gapminder() my_plotly_fig = px.scatter(df, x="gdpPercap", y="lifeExp", animation_frame="year", animation_group="country", size="pop", color="continent", hover_name="country", log_x=True, size_max=55, range_x=[100,100000], range_y=[25,90]) my_plotly_fig.show() project.put("my_plotly_fig", my_plotly_fig)
and a plotly figure appears on the dashboard, it can be viewed, but we can not click on the animation
I would like skore to support plotly animations.
skore
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I tried visualizing a plotly animation from the dashboard, but the animation does not work.
The following code runs smoothly (taken from the
plotly
documentation):and a plotly figure appears on the dashboard, it can be viewed, but we can not click on the animation
Describe the solution you'd like
I would like
skore
to supportplotly
animations.Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: