Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Plotly chart selection not working with non-scatter plot charts. #5026

Copy link
Copy link
Open
@fabian-castaneda

Description

@fabian-castaneda
Issue body actions

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3backlogbacklogbugsomething brokensomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.