d_chart 0.0.3
d_chart: ^0.0.3 copied to clipboard
D'Chart is a package for compact chart widgets. The remake chart types include bar, line, pie, donut and gauge.
0.0.3 #
Bug fix.
0.0.2 #
Change call widget.
Before -> call via method example: DChart.bar()
After -> call via class example: DChartBar
0.0.1 #
Chart Type :
- Chart Bar (Simple, Horizontal, Vertical & Custom)
- Chart Line (Simple, Point, Area & Custom)
- Chart Pie (Simple, Donut & Custom)
- Chart Gauge (Simple & Custom)