d_chart 2.10.2 d_chart: ^2.10.2 copied to clipboard
Simple way to show and use chart for Flutter with many option.
d_chart #
Simple way to show and use chart for Flutter with many option. This package is built on top of community_charts_flutter.
Usage #
- Full Documentation
- Tutorial
- Wrap Chart with Widget Size like SizedBox, Container, Aspecration etc to set root size for chart
- Example
AspectRatio(
aspectRatio: 16/9,
child: DChartComboO(),
),
SizedBox(
width: 240,
height: 200,
child: DChartComboN(),
),
Code | Type | Domain |
---|---|---|
N | Numeric | Number |
O | Ordinal | String |
T | Time | DateTime |
No |
Type |
Widget |
Example |
---|---|---|---|
1 | Bar | DChartBarO DChartBarT |
|
2 | Line | DChartLineN DChartLineT |
|
3 | Scatter | DChartScatterN DChartScatterT |
|
4 | Combo | DChartComboN DChartComboO DChartComboT |
|
5 | Pie | DChartPieN DChartPieO DChartPieT |
|
6 | Bar Custom | DChartBarCustom | |
7 | Single Bar | DChartSingleBar |
Other #
Support me for more feature & packages Donate
Check my app : Visit
Check My Tutorial & Course : Watch