-
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
Interpolate paths for line animations #89
Labels
:chart
Chart element related issue
enhancement
New feature or request
released
Issue released publicly
Comments
4 tasks
2 tasks
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
🎉 This issue has been resolved in version 3.10.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
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
Labels
:chart
Chart element related issue
enhancement
New feature or request
released
Issue released publicly
Is your feature request related to a problem? Please describe.
The current implementation of the line chart (see
line_geometries.tsx
) does not interpolate the paths for the animation. Curved paths are not animated and also this causes an error when showing/hiding a line associated with a series (see #51 (comment))See pmndrs/react-spring#77
Describe the solution you'd like
Custom interpolation function to handle line animations
Describe alternatives you've considered
It's possible that we don't want to animate the line paths and choose to animate a different property of the line chart.
Additional context
Kibana Cross Issues
n/a
Checklist
Kibana Cross Issues
listkibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: