I tried to set the animate={true}, animateDuration={3000} to a PieChart, and it seems there are no animations on the PieChart when i was trying the endAngle and the data.
I noticed that library imports Path from react-native-svg https://github.com/JesperLekland/react-native-svg-charts/blob/dev/src/pie-chart.js#L5 instead of animated-path from https://github.com/JesperLekland/react-native-svg-charts/blob/dev/src/animated-path.js
Looks like it's mistake, otherwise why pass animate prop to path ? https://github.com/JesperLekland/react-native-svg-charts/blob/dev/src/pie-chart.js#L153
The PieChart animation turned out pretty poor so I decided to disable it in order to now have a bunch of issues on account of it morphing like crazy.
@JesperLekland Any planing to turn in back in the future? (:
The PieChart animation turned out pretty poor so I decided to disable it in order to now have a bunch of issues on account of it morphing like crazy.
Waiting for PieChart Animation
The PieChart animation turned out pretty poor so I decided to disable it in order to now have a bunch of issues on account of it morphing like crazy.
Waiting for PieChart Animation
You are more than welcome to supply a PR with said feature 馃憤
@cubecnelson Guys, any updates on this? This is quite a frequent feature request
Using Animated.View from react-native-reanimated fixed it for me.
I think this could help for you guys.
@Rohitsaxena can you provide a small example please?
Thank you
Most helpful comment
@cubecnelson Guys, any updates on this? This is quite a frequent feature request