-
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
Duplicated keys on band area chart #326
Comments
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Aug 19, 2019
A band area chart has the same seriesKey for the Y0 and Y1 values. This cause the tooltip to emit a warning because of two react components with the same key. This commit fix that adding the accessor value as part of the react key fix elastic#326
4 tasks
markov00
added a commit
that referenced
this issue
Aug 20, 2019
A band area chart has the same seriesKey for the Y0 and Y1 values. This cause the tooltip to emit a warning because of two react components with the same key. This commit fix that adding the accessor value as part of the react key fix #326
🎉 This issue has been resolved in version 9.2.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
## [9.2.1](elastic/elastic-charts@v9.2.0...v9.2.1) (2019-08-20) ### Bug Fixes * **tooltip:** fix duplicate key warning for band area charts ([#327](elastic/elastic-charts#327)) ([c6c7aa1](elastic/elastic-charts@c6c7aa1)), closes [opensearch-project#326](elastic/elastic-charts#326)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When hovering over the chart with a y0 value a react duplicate key warning is shown:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Each tooltip element should have it's own unique
key
Screenshots
n/a
Version (please complete the following information):
Additional context
n/a
Errors in browser console
Kibana Cross Issues
n/a
Checklist
[ ] every related Kibana issue is listed underKibana Cross Issues
list[ ]kibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: