feat(series): add simple mark formatter#775
Merged
nickofthyme merged 5 commits intoelastic:masterfrom Sep 14, 2020
Merged
Conversation
27 tasks
6e939db to
770f56a
Compare
monfera
reviewed
Sep 10, 2020
Codecov Report
@@ Coverage Diff @@
## master #775 +/- ##
==========================================
+ Coverage 74.48% 74.52% +0.03%
==========================================
Files 267 288 +21
Lines 9152 9640 +488
Branches 1883 2061 +178
==========================================
+ Hits 6817 7184 +367
- Misses 2330 2443 +113
- Partials 5 13 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
monfera
approved these changes
Sep 14, 2020
Contributor
monfera
left a comment
There was a problem hiding this comment.
Looks good Nick, thanks!
Collaborator
|
🎉 This PR is included in version 21.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
1 task
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Feb 10, 2022
# [21.2.0](elastic/elastic-charts@v21.1.2...v21.2.0) (2020-09-14) ### Features * blind sorting option for vislib ([opensearch-project#813](elastic/elastic-charts#813)) ([79d0e4f](elastic/elastic-charts@79d0e4f)) * order ordinal values by sum ([opensearch-project#814](elastic/elastic-charts#814)) ([45ea0c6](elastic/elastic-charts@45ea0c6)) * **series:** add simple mark formatter ([opensearch-project#775](elastic/elastic-charts#775)) ([75bd8d5](elastic/elastic-charts@75bd8d5))
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
Add simple way to format mark accessor values before tooltip redesign (#615)
Checklist
src/index.ts(and stories only import from../srcexcept for test data & storybook)