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
Libraries
- bar_custom/view
- commons/axis/axis
- commons/comparison_symbol_render/symbol_render
- commons/config_render/config_render
- commons/constants
- commons/data_model/data_model
- commons/decorator/decorator
- commons/enums
- commons/layout_margin
- commons/method_common
- commons/method_type
- commons/style/style
- commons/symbol_render/symbol_render
- commons/tick/numeric_tick_provider
- commons/viewport
- d_chart
- numeric/combo
- numeric/line
- numeric/pie
- numeric/scatter
- ordinal/bar
- ordinal/combo
- ordinal/pie
- single_bar/view
- time/bar
- time/combo
- time/line
- time/pie
- time/scatter