d_chart 3.0.0 copy "d_chart: ^3.0.0" to clipboard
d_chart: ^3.0.0 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_flutter2.

Usage #

  • Example

  • Documentation

  • Wrap Chart with SizedBox, Container, AspectRatio etc to adjust chart size

    AspectRatio(
        aspectRatio: 16/9,
        child: DChartComboO(),
    ),
    

Code Type Domain
N Numeric num
O Ordinal String
T Time DateTime
  • Bar
    • BarO
    • BarT
    • BarLaneO
    • BarTargetLineN
    • BarTargetLineO
    • BarTargetLineT
  • Line
    • LineN
    • LineT
  • Scatter
    • ScatterN
    • ScatterT
  • Combo
    • ComboN
    • ComboO
    • ComboT
  • Pie
    • PieN
    • PieO
    • PieT

Tutor #

Check My Tutorial & Course : Watch

205
likes
150
points
16.2k
downloads

Publisher

verified publisherindratrisnar.com

Weekly Downloads

Simple way to show and use chart for Flutter with many option.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

community_charts_common2, community_charts_flutter2, flutter

More

Packages that depend on d_chart