-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How to animate in the bars when the chart is first shown? #406
Comments
Hi there, |
Thanks! |
Would love this feature myself as well! For React web applications I used Recharts, which have some really nice intro animations: http://recharts.org/en-US/api |
Hi Team, any date decided for adding this to library ? |
I second/third/fourth this! Inspiration: https://dribbble.com/shots/1873362-Squadlance-Concept/attachments/328342 That the actual value animates with the line graph is really cool - I wonder whether this could be part of the solution? Incredible work! Love this library 👍 |
Yep, jumping on the bandwagon! This would be awesome |
You can do this with Staggered Animations: |
Any update regarding this feature? |
Thank you! |
is there any update regarding this? or is it still Staggered animation that is the way to go? |
Can you please share your code? I am new to flutter animations and unable to figure how to use staggered animations to achieve this. |
any updates? |
To my understanding, you would have to tween to each coordinate and update each frame,
|
Hello folks, I gave it a go in this PR (implemented starting animation for line/bar/radar chart). I have included a gif animation for the bar chart to show how it animates from zeroed values to the initially provided ones. |
Any progress on this? There's an open PR |
mark |
I would like the bars to start at zero and then animate into their actual positions for the initial set of data.
Please see this example of what I would like to achieve:
The text was updated successfully, but these errors were encountered: