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

Unable to hover in selection areas #5114

Open
nelli93 opened this issue Mar 26, 2025 · 0 comments
Open

Unable to hover in selection areas #5114

nelli93 opened this issue Mar 26, 2025 · 0 comments
Labels
feature something new P2 considered for next cycle

Comments

@nelli93
Copy link

nelli93 commented Mar 26, 2025

Environment: Windows, plotly 6.0.0

Minimum Example:

import plotly.express as px
df = px.data.gapminder().query("continent=='Oceania'")
fig = px.line(df, x="year", y="lifeExp", color="country", title="layout.hovermode='closest' (the default)")
fig.update_traces(mode="markers+lines")
fig.show()

Behavior:
When using selection tools in Plotly (e.g. box select, lasso select), it's not possible to hover over data points inside the selection area. The cursor changes to a "move" cursor and only allows repositioning the selection. Outside the selection area, hovering works normally.

Image
Image 1: Inside the box selection, only the move cursor is visible and hovering is not possible

Image
Image 2: Outside the selection area, hovering works correctly and displays data point information

Suggestion:
A potential improvement would be limiting the move cursor functionality to only the edges of the selection area, allowing users to continue hovering over data points inside the selection.

@gvwilson gvwilson added bug something broken P2 considered for next cycle feature something new and removed bug something broken labels Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P2 considered for next cycle
Projects
None yet
Development

No branches or pull requests

2 participants