-
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 chart rotation animations #41
Comments
I've 3 ideas here:
|
Closed
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
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
added a commit
that referenced
this issue
Apr 11, 2019
emmacunningham
pushed a commit
to emmacunningham/elastic-charts
that referenced
this issue
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
closing for now as animation is not a priority at the moment and the underlying architecture is has changed |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
## [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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When rotating the chart, the left/right edges of the chart animation are bounded to the dimensions of the chart container, but not for the top/right edges so that the chart will appear to animate from outside of the container.
The text was updated successfully, but these errors were encountered: