Skip to content

fix: temporary disable animation#164

Merged
markov00 merged 1 commit intoelastic:masterfrom
markov00:disable-anim
Apr 11, 2019
Merged

fix: temporary disable animation#164
markov00 merged 1 commit intoelastic:masterfrom
markov00:disable-anim

Conversation

@markov00
Copy link
Copy Markdown
Collaborator

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 strikethroughs to 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
  • Each commit follows the convention

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
@markov00 markov00 requested a review from emmacunningham April 11, 2019 15:34
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #164 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/state/chart_state.ts 96.23% <100%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56d67aa...2898ff4. Read the comment docs.

Copy link
Copy Markdown
Contributor

@emmacunningham emmacunningham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@markov00 markov00 merged commit 80b3231 into elastic:master Apr 11, 2019
markov00 pushed a commit that referenced this pull request Apr 11, 2019
## [3.10.1](v3.10.0...v3.10.1) (2019-04-11)

### Bug Fixes

* temporary disable animation ([#164](#164)) ([80b3231](80b3231)), closes [#89](#89) [#41](#41) [#161](#161)
* temporary disable animation ([#164](#164)) ([c53c8a6](c53c8a6)), closes [#89](#89) [#41](#41) [#161](#161)
@markov00
Copy link
Copy Markdown
Collaborator Author

🎉 This PR is included in version 3.10.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Apr 11, 2019
emmacunningham pushed a commit to emmacunningham/elastic-charts that referenced this pull request Apr 11, 2019
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
@markov00 markov00 deleted the disable-anim branch April 16, 2019 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Issue released publicly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable animation Interpolate paths for line animations

3 participants