Chart It
A customisable charts library with seamless animations for flutter
You can find an example and source code on the GitHub repo.
Installation
Add the chart_it
package to your project's pubspec.yaml
file:
Alternatively, you can also run the following command in your Flutter Project:
Supported Charts
All Charts in `chart_it`
are categorized in two:
Cartesian Charts
Bar Chart
Multi-Bar Chart
Radial Charts
Pie Chart
Donut Chart
Pick a Chart Widget for the type of Chart you want to draw and provide the necessary data for them.
Quick Examples:
Bar Charts
Donut Charts
License
Flutter Charts is licensed under the BSD-3-Clause license. Check the LICENSE file for details.
Last updated