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