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

Tooltip based on x-value and not on euclidian distance. #4899

Open
dierickxsimon opened this issue Jan 6, 2025 · 0 comments
Open

Tooltip based on x-value and not on euclidian distance. #4899

dierickxsimon opened this issue Jan 6, 2025 · 0 comments
Labels
feature-request New feature or request

Comments

@dierickxsimon
Copy link

Issue Description:

Currently, the tooltip displayed while hovering over the graph selects the closest point to the pointer based on the Euclidean distance of both the x and y values. However, this behavior can lead to inconsistencies when hovering over linked charts, as different x-values may be shown across the graphs.

Proposed Solution:

It would be beneficial to have an option to select the closest point based solely on the x-value of the pointer. This approach would ensure that linked charts consistently display the same x-value when hovered over.

@dierickxsimon dierickxsimon added the feature-request New feature or request label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant