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 with multiple values on hover #58

Closed
2 tasks done
markov00 opened this issue Feb 18, 2019 · 1 comment · Fixed by #96
Closed
2 tasks done

Tooltip with multiple values on hover #58

markov00 opened this issue Feb 18, 2019 · 1 comment · Fixed by #96
Labels
enhancement New feature or request :interactions Interactions related issue kibana cross issue Has a Kibana issue counterpart released Issue released publicly

Comments

@markov00
Copy link
Member

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

  • every related Kibana issue is listed under Kibana Cross Issues list
  • kibana cross issue tag is associated to the issue if any kibana cross issue is present
@markov00 markov00 added enhancement New feature or request kibana cross issue Has a Kibana issue counterpart labels Feb 18, 2019
@markov00 markov00 mentioned this issue Feb 18, 2019
93 tasks
@markov00 markov00 added this to the 7.1 milestone Feb 28, 2019
@markov00 markov00 added the :interactions Interactions related issue label Feb 28, 2019
@markov00 markov00 mentioned this issue Mar 8, 2019
21 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
# [3.3.0](v3.2.0...v3.3.0) (2019-03-22)

### Features

* **interactions:** crosshair ([5ddd1a8](5ddd1a8)), closes [#80](#80) [#58](#58) [#88](#88)
@markov00
Copy link
Member Author

🎉 This issue has been resolved in version 3.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Mar 22, 2019
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant