-
Notifications
You must be signed in to change notification settings - Fork 120
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 with multiple values on hover #58
Labels
enhancement
New feature or request
:interactions
Interactions related issue
kibana cross issue
Has a Kibana issue counterpart
released
Issue released publicly
Comments
markov00
added
enhancement
New feature or request
kibana cross issue
Has a Kibana issue counterpart
labels
Feb 18, 2019
5 tasks
markov00
added a commit
that referenced
this issue
Mar 22, 2019
Removed any listeners from the canvas elements. Using a map for each geometry on the chart: mappings x value and any relative Y values associated. We invert the mouse coordinates using the xScale to get the right X key to use on that map. This increase the performance on highly/medium dense charts. Two new props are added to the `Settings` specs: `tooltipType` to specify the tooltip type (vertical cursor, crosshair, follow, none) and the `tooltipSnap` to snap the cursor to the grid for linear charts. close #80, close #58, close #88
markov00
pushed a commit
that referenced
this issue
Mar 22, 2019
🎉 This issue has been resolved in version 3.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
19 tasks
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [3.3.0](elastic/elastic-charts@v3.2.0...v3.3.0) (2019-03-22) ### Features * **interactions:** crosshair ([1f0cd2e](elastic/elastic-charts@1f0cd2e)), closes [opensearch-project#80](elastic/elastic-charts#80) [opensearch-project#58](elastic/elastic-charts#58) [opensearch-project#88](elastic/elastic-charts#88)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
:interactions
Interactions related issue
kibana cross issue
Has a Kibana issue counterpart
released
Issue released publicly
When multiple datapoints of a line or area chart have the same x and y value, the tooltip is displayed only for the series that reside on the top-most z-index.
The idea is to get all the possible values and display a tooltip with all the matching values
Kibana Cross Issues
Checklist
Kibana Cross Issues
listkibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: