-
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(scales): improve ticks for time domains spanning a DST switch #204
Conversation
Take current offset into account when shifting ticks back into the real domain to make sure ticks are placed correctly.
Codecov Report
@@ Coverage Diff @@
## master #204 +/- ##
=======================================
Coverage ? 97%
=======================================
Files ? 35
Lines ? 1870
Branches ? 249
=======================================
Hits ? 1814
Misses ? 49
Partials ? 7
Continue to review full report at Codecov.
|
jenkins test this |
jenkins test this |
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.
Code LGTM
## [4.0.2](v4.0.1...v4.0.2) (2019-05-03) ### Bug Fixes * **scales:** improve ticks for time domains spanning a DST switch ([#204](#204)) ([2713336](2713336))
🎉 This PR is included in version 4.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [4.0.2](elastic/elastic-charts@v4.0.1...v4.0.2) (2019-05-03) ### Bug Fixes * **scales:** improve ticks for time domains spanning a DST switch ([opensearch-project#204](elastic/elastic-charts#204)) ([12fc7b3](elastic/elastic-charts@12fc7b3))
Summary
Take current offset into account when shifting ticks back into the real domain to make sure ticks are placed correctly.
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