thekeenant / fcharts

:bar_chart: Create beautiful, responsive, animated charts using a simple and intuitive API.
https://pub.dartlang.org/packages/fcharts
MIT License
326 stars 46 forks source link

Is there a way to disable animations? #20

Closed MohiuddinM closed 5 years ago

thekeenant commented 5 years ago

Right now, it looks like that API is not exposed when using LineChart, but if you use ChartView, you can provide an animationDuration (setting it to 0, or maybe 1 ms is effectively disabled). I haven't had much time to contribute to the project unfortunately - pull requests are welcomed!