-
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
fix: align series names on splitted series configuration #421
Conversation
This commit align the series name when using a splitted series accessor. The names of the series now uses the value coming from the splitted series accessor, independentely on how many series are computed fix elastic#420
Codecov Report
@@ Coverage Diff @@
## master #421 +/- ##
==========================================
+ Coverage 97.85% 97.85% +<.01%
==========================================
Files 39 39
Lines 2894 2896 +2
Branches 700 701 +1
==========================================
+ Hits 2832 2834 +2
Misses 55 55
Partials 7 7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tooltip label looks good too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and I like the added test
🎉 This PR is included in version 13.5.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [13.5.3](elastic/elastic-charts@v13.5.2...v13.5.3) (2019-10-17) ### Bug Fixes * align series names on splitted series configuration ([opensearch-project#421](elastic/elastic-charts#421)) ([d3f2da1](elastic/elastic-charts@d3f2da1)), closes [opensearch-project#420](elastic/elastic-charts#420)
Summary
This PR align the series name when using a splitted series accessor. The names of the series now
uses the value coming from the splitted series accessor, independently on how many series are
computed
fix #420
Before the fix:
After the fix:
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] Any consumer-facing exports were added tosrc/index.ts
(and stories only import from../src
except for test data & storybook)[ ] This was checked for cross-browser compatibility, including a check against IE11[ ] Proper documentation or storybook story was added for features that require explanation or tutorials