chart_it 0.2.2
chart_it: ^0.2.2 copied to clipboard
A customisable charts library with seamless animations for flutter.
0.2.2 #
- Fix deprecated class issue.
0.2.1 #
- Add implementation of Stacked Bars for Bar Chart Widget.
0.2.0 #
- [BREAKING] New class
CartesianChartStylingData
to replace the earlier chart style. - [BREAKING] New class
CartesianChartStructureData
created. Min max values and unit count values need to be moved here. - [BREAKING] Separate Bar padding into separate value. Each
BarGroup
has apadding
.MultiBar
can additionally specify aspacing
value which is used for adding space between bars of the same group. - [BREAKING] New class
AxisLabels
andAxisLabelConfig
to provide labels along the axis lines.
0.1.0 #
- Add Interaction support for charts.
0.0.4 #
- Bug Fixes for Chart Widgets Styling options.
0.0.3 #
- Bug Fixes for BarChart widget.
- Performance Optimizations for All Chart Widgets.
0.0.2 #
- Added Animation for Bar Chart
- Added Animation for Pie and Donut Chart
0.0.1 #
- Initial release.
- Add Simple and Multi Bar Chart
- Add Pie and Donut Chart