-
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
Crosshairs hover tooltip & highlighter band mispositioned when scale is Linear #227
Closed
2 tasks done
Comments
emmacunningham
added
bug
Something isn't working
:chart
Chart element related issue
labels
Jun 4, 2019
5 tasks
3 tasks
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Aug 25, 2019
This commit fix the wrong behaviour of the current invertWithStep implementation. It also fix the behaviour of cursor sync between charts with only lines and charts with only bars and empty intervals. fix elastic#227, fix elastic#221
4 tasks
markov00
pushed a commit
that referenced
this issue
Aug 26, 2019
🎉 This issue has been resolved in version 10.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
## [10.3.1](elastic/elastic-charts@v10.3.0...v10.3.1) (2019-08-26) ### Bug Fixes * **scales:** bisect correctly on continuous scales ([opensearch-project#346](elastic/elastic-charts#346)) ([0bb5b19](elastic/elastic-charts@0bb5b19)), closes [opensearch-project#227](elastic/elastic-charts#227) [opensearch-project#221](elastic/elastic-charts#221)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When hovering over a clustered series, if the scale type is Scale.Linear, then the hover tooltip and highlighter appear for the next cluster when you hover past the center part of the band.
To Reproduce
Steps to reproduce the behavior:
xScaleType={ScaleType.Linear}
.Note that if you change the scale type to
ScaleType.Ordinal
, the hover state appear correctly positioned.Expected behavior
Tooltip & band positioning should match how they appear correctly for Scale.Ordinal.
Screenshots
See above
Version (please complete the following information):
Additional context
Errors in browser console
None
Kibana Cross Issues
None
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: