charts_common 0.4.0
charts_common: ^0.4.0 copied to clipboard
A common library for charting packages.
0.4.0 #
- Declare compatibility with Dart 2.
- BasicNumericTickFormatterSpec now takes in a callback instead of NumberFormat as the default constructor. Use named constructor withNumberFormat instead. This is a breaking change.
- BarRendererConfig is no longer default of type String, please change current usage to BarRendererConfig
- BarTargetLineRendererConfig is no longer default of type String, please change current usage to BarTargetLineRendererConfig
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.