Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.24 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.24 KB

How to create time series chart using the Flutter charts widget?

Our Flutter Cartesian chart provides DateTimeAxis support to render the date-time values. By default interval type will be calculated based on the data. If you wish to calculate the interval on specific type say for example month, hours, seconds, etc, then intervalType property can be used and if you wish to show the date time values in a specific format means, you can use the dateFormat property.

Documentation: https://help.syncfusion.com/flutter/cartesian-charts/axis-types#date-time-axis

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘date time series flutter chart’ 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.