-
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
Handle split series with 0 as group value #288
Closed
2 tasks done
Comments
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Aug 6, 2019
The current implementation wrongly interpret a zero value in the colorValues list of a legend item as a single series. This cause that series to be named with the spec name or the spec id. Instead a splitted series with a group value of zero, should be threated in the same way as anyother splitted series, using the group value as the series name fix elastic#288
2 tasks
markov00
added a commit
that referenced
this issue
Aug 7, 2019
The current implementation wrongly interpret a zero value in the colorValues list of a legend item as a single series. This cause that series to be named with the spec name or the spec id. Instead a splitted series with a group value of zero, should be treated in the same way as any other splitted series, using the group value as the series name fix #288
🎉 This issue has been resolved in version 9.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
7 tasks
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
## [9.0.1](elastic/elastic-charts@v9.0.0...v9.0.1) (2019-08-07) ### Bug Fixes * handle splitted series with group value to 0 ([opensearch-project#289](elastic/elastic-charts#289)) ([82c698f](elastic/elastic-charts@82c698f)), closes [opensearch-project#288](elastic/elastic-charts#288)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The legend doesn't reflect the naming for a splitted series chart if the series group value is
0
.To Reproduce
Using the DataGenerator to create 4 series chart.
Expected behavior
The legend should reflect the group values. In this case the legend should be
0, 1, 2, 3
.Screenshots
Version (please complete the following information):
Additional context
n/a
Errors in browser console
n/a
Kibana Cross Issues
n/a
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: