-
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: empty labels on debug state #940
Conversation
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 - tested locally
Codecov Report
@@ Coverage Diff @@
## master #940 +/- ##
==========================================
+ Coverage 70.13% 70.20% +0.07%
==========================================
Files 342 358 +16
Lines 11026 10657 -369
Branches 2391 2060 -331
==========================================
- Hits 7733 7482 -251
+ Misses 3279 3089 -190
- Partials 14 86 +72
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🎉 This PR is included in version 24.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [24.4.0](elastic/elastic-charts@v24.3.0...v24.4.0) (2020-12-09) ### Bug Fixes * empty labels on debug state ([opensearch-project#940](elastic/elastic-charts#940)) ([3d1281b](elastic/elastic-charts@3d1281b)) ### Features * allow use of functions for y, y0, split and stack accessors ([opensearch-project#943](elastic/elastic-charts#943)) ([e881723](elastic/elastic-charts@e881723))
Summary
When using the new
debugState
, the axis labels where using the non-filtered ticks when using eithershowOverlappingLabels
orshowOverlappingTicks
options. This PR uses only the visible ticks and filters out empty string labels.Checklist