How To Create Animated Charts Using The Flutter Charts Widget ?

Sample date Updated on Feb 15, 2024
chart-animation flutter-charts series series-animation syncfusion-flutter-charts

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. Our Flutter Cartesian chart provides animation support by default. The animationDuration property in the chart series is used to control the speed of the animation and its default value is 1500. To render the chart without animation, you can specify the animationDuration as 0.

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘flutter cartesian animated charts’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, or Flutter documentation.

Up arrow