d_chart 2.6.5 copy "d_chart: ^2.6.5" to clipboard
d_chart: ^2.6.5 copied to clipboard

D'Chart is the development of an existing package chart and simple way to use it.

d_chart #

D'Chart is the development of an existing package chart, namely community_charts_flutter.
The purpose of this pakage is simple way to use chart from 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
alter-text
2 Line
DChartLineN
DChartLineT
alter-text
3 Scatter
DChartScatterN
DChartScatterT
alter-text
4 Combo
DChartComboN
DChartComboO
DChartComboT
alter-text
5 Pie
DChartPieN
DChartPieO
DChartPieT
alter-text
6 Bar Custom DChartBarCustom alter-text
7 Single Bar DChartSingleBar alter-text

Other #

Support me for more feature & packages Donate

Check my app : Visit

Check My Tutorial & Course : Watch

164
likes
0
pub points
96%
popularity

Publisher

verified publisherindratrisnar.com

D'Chart is the development of an existing package chart and simple way to use it.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

community_charts_common, community_charts_flutter, flutter

More

Packages that depend on d_chart