Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.18 KB

File metadata and controls

15 lines (11 loc) · 1.18 KB

How to create animated charts using the Flutter charts widget ?

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.