We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b425044 commit 035528cCopy full SHA for 035528c
README.md
@@ -1,17 +1,17 @@
1
# Charts Flutter
2
Simple and beautiful smooth animated charts.
3
-# Supported charts
4
-## Bar
+## Supported charts
+### Bar
5

6
-## Group bar
+### Group bar
7

8
-## Candle
+### Candle
9

10
-## Line
+### Line
11

12
-## Pie
+### Pie
13

14
-# Example
+## Example
15
Check `/example` folder for more detailed usage
16
```dart
17
Chart(
@@ -58,5 +58,5 @@ Chart(
58
],
59
)
60
```
61
-# About
+## About
62
Developed with passion, by Merixstudio developers.
0 commit comments