fix(tooltip): fix tooltip formatting for rotated charts#285
Merged
markov00 merged 1 commit intoelastic:masterfrom Aug 5, 2019
Merged
Conversation
When using rotated charts, the used X and Y axis for formatting should be inverted. fix elastic#273
Codecov Report
@@ Coverage Diff @@
## master #285 +/- ##
==========================================
+ Coverage 98.05% 98.16% +0.11%
==========================================
Files 37 37
Lines 2671 2673 +2
Branches 613 615 +2
==========================================
+ Hits 2619 2624 +5
+ Misses 47 44 -3
Partials 5 5
Continue to review full report at Codecov.
|
nickofthyme
approved these changes
Aug 5, 2019
Collaborator
nickofthyme
left a comment
There was a problem hiding this comment.
Tested locally, looks good to me! 👍
Collaborator
Author
|
🎉 This PR is included in version 8.1.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
7 tasks
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Feb 10, 2022
## [8.1.8](elastic/elastic-charts@v8.1.7...v8.1.8) (2019-08-05) ### Bug Fixes * **tooltip:** fix tooltip formatting for rotated charts ([opensearch-project#285](elastic/elastic-charts#285)) ([876170d](elastic/elastic-charts@876170d)), closes [opensearch-project#273](elastic/elastic-charts#273)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When using rotated charts, the used X and Y axis for formatting should be inverted.
fix #273
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../srcexcept 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