-
Notifications
You must be signed in to change notification settings - Fork 121
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
Crosshair and vertical/horizontal cursors #80
Labels
enhancement
New feature or request
:interactions
Interactions related issue
kibana cross issue
Has a Kibana issue counterpart
released
Issue released publicly
Comments
markov00
changed the title
[interactions] crosshair and vertical/horizontal cursors
[interactions] Crosshair and vertical/horizontal cursors
Feb 28, 2019
This was referenced Feb 28, 2019
Closed
markov00
changed the title
[interactions] Crosshair and vertical/horizontal cursors
Crosshair and vertical/horizontal cursors
Feb 28, 2019
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
Is your feature request related to a problem? Please describe.
Add the possibility to switch between simple element tooltip to multi/element tooltips like vertical or horizontal cursors or crosshair.
Describe the solution you'd like
The user/developer can select the type of tooltip that's better conforms for the chart use to enable the following possibilities:
See also https://www.chartjs.org/docs/latest/general/interactions/modes.html as a reference
Describe alternatives you've considered
Various solutions can be applied:
design note: the tooltip could be crowded specially with multiple splitted series.
extra: this can solve the following issue: #58
Additional context
TVSB, charts used by Stack Monitor and any other chart that use react-vis in kibana currently has the possibility to include a vertical cursor on the chart instead of the tooltip.
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: