charts_common 0.3.0
charts_common: ^0.3.0 copied to clipboard
A common library for charting packages.
0.3.0 #
- Simplified API by removing the requirement for specifying the datum type when creating a chart. For example, previously to construct a bar chart the syntax was 'new BarChart
- Added scatter plot charts
- Added tap to hide for legends
- Added support for rendering area skirts to line charts
- Added support for configurable fill colors to bar charts
0.2.0 #
- Update color palette. Please use MaterialPalette instead of QuantumPalette.
- Dart2 fixes
0.1.0 #
Initial release.