-
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
fix: temporary disable animation #164
Conversation
Disable animations for all charts until we fix elastic#89 and elastic#41 and until we found a right strategy for animate everything nicely and at 60fps. fix elastic#161
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
==========================================
+ Coverage 96.26% 96.26% +<.01%
==========================================
Files 36 36
Lines 1848 1849 +1
Branches 239 239
==========================================
+ Hits 1779 1780 +1
Misses 60 60
Partials 9 9
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.
LGTM
🎉 This PR is included in version 3.10.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Disable animations for all charts until we fix elastic#89 and elastic#41 and until we found a right strategy for animate everything nicely and at 60fps. fix elastic#161
## [3.10.1](elastic/elastic-charts@v3.10.0...v3.10.1) (2019-04-11) ### Bug Fixes * temporary disable animation ([opensearch-project#164](elastic/elastic-charts#164)) ([0d12878](elastic/elastic-charts@0d12878)), closes [opensearch-project#89](elastic/elastic-charts#89) [opensearch-project#41](elastic/elastic-charts#41) [opensearch-project#161](elastic/elastic-charts#161) * temporary disable animation ([opensearch-project#164](elastic/elastic-charts#164)) ([76ab583](elastic/elastic-charts@76ab583)), closes [opensearch-project#89](elastic/elastic-charts#89) [opensearch-project#41](elastic/elastic-charts#41) [opensearch-project#161](elastic/elastic-charts#161)
Summary
Disable animations for all charts until we fix #89 and #41 and until we found a right strategy for
animate everything nicely and at 60fps.
fix #161
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] 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[ ] Unit tests were updated or added to match the most common scenarios