oksktank / react-native-pure-chart

react-native chart library that not using svg or ART but only using react native pure components.
MIT License
288 stars 132 forks source link

No way to turn off the animation #106

Closed damianvisser closed 6 months ago

damianvisser commented 4 years ago

The animation is called whenever the state re renders. This is very annoying when trying to change your state.I can't seem to find a way to turn the animation off.

crkacer commented 4 years ago

Same here, looking for solution.

marciliocb commented 4 years ago

@Vissnor @crkacer please checkout my PR that address this issue. Hope it helps :) Best!

crkacer commented 4 years ago

Cool! That's what I'm looking for. Highly appreciate!

marciliocb commented 4 years ago

Just updated the fix-animated branch with the implementation for all types of chart.