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 chart selection not working with non-scatter plot charts. #5026

Open
fabian-castaneda opened this issue Feb 11, 2025 · 2 comments
Open
Labels
bug something broken P3 backlog

Comments

@fabian-castaneda
Copy link

I'm using plotly.express to create some figures and expose them in a streamlit app. One of them is a parallel coordinates plot. However when I select select data from the plot it doesn't return anything.

fig = create_parcoord_plot(plot_data, color_by=color_by_var)
    selection = st.plotly_chart(fig, on_select="rerun", use_container_width=True,)
st.write(selection)

Image

I believe some other user have encounter this bug before, but I wasn't able to find a ticket regarding this.

Is there a quick solution?

Thanks!

@gvwilson
Copy link
Contributor

Hi @fabian-castaneda - I'll add this to our backlog, but for tech support and "how-to" questions, please post in our community forum https://community.plotly.com/. Thank you - @gvwilson

@gvwilson gvwilson added bug something broken P3 backlog labels Feb 11, 2025
@fabian-castaneda
Copy link
Author

Hi @gvwilson , Thanks for the quick reply. I will check the forum.

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

No branches or pull requests

2 participants