Skip to content
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

plotly animation not supported in the dashboard #446

Closed
sylvaincom opened this issue Oct 7, 2024 · 0 comments · Fixed by #448
Closed

plotly animation not supported in the dashboard #446

sylvaincom opened this issue Oct 7, 2024 · 0 comments · Fixed by #448
Labels
bug Something isn't working enhancement New feature or request

Comments

@sylvaincom
Copy link
Contributor

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):

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

Describe the solution you'd like

I would like skore to support plotly animations.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@sylvaincom sylvaincom added enhancement New feature or request needs-triage This has been recently submitted and needs attention labels Oct 7, 2024
@rouk1 rouk1 linked a pull request Oct 7, 2024 that will close this issue
@rouk1 rouk1 added bug Something isn't working and removed needs-triage This has been recently submitted and needs attention labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants