d_chart

Creator: coderz1093

Last updated:

Add to Cart

Description:

d chart

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(),
),
copied to clipboard




Code
Type
Domain




N
Numeric
Number


O
Ordinal
String


T
Time
DateTime







No
Type
Widget
Example




1
Bar
DChartBarODChartBarT



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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.