Important
It's still in progress. I'm trying to draw the charts that are not provided by the other packages first. Then I'll add the interaction. The API might change because it's currently experiments.
Pretty Charts is a chart library that aims to provide to the Flutter community charts like Matplotlib or Plotly.
Working on Android, iOS, Web, Desktop
Or clone the project and run the example:
git clone https://github.com/ClementBeal/pretty_charts.git
cd pretty_charts/
cd example
flutter run
Caution
There's a bug with Firefox making the rendering very slow. Use the demo with a Chromium-based browser instead.
Line Chart | Bar Plot | Pie Plot |
---|---|---|
Scatter Plot | Bubble Plot | |
---|---|---|
Treemap Chart | Dependency Wheel | Ternary Plot |
---|---|---|
Dot Plot | Contour Plot | |
---|---|---|
Plots | Implemented |
---|---|
Line | ✅ |
Bar | ✅ |
Pie | ✅ |
Scatter | ✅ |
Bubble | ✅ |
Dependency Wheel | ✅ |
Ternary Plot | ✅ |
Treemap Chart | ✅ |
Dot Chart | ✅ |
Contour Plot | ✅ |