-
Notifications
You must be signed in to change notification settings - Fork 122
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
feat(series): add simple mark formatter #775
Conversation
6e939db
to
770f56a
Compare
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.
|
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.
Looks good Nick, thanks!
🎉 This PR is included in version 21.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [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))
Summary
Add simple way to format mark accessor values before tooltip redesign (#615)
Checklist
src/index.ts
(and stories only import from../src
except for test data & storybook)