charts_flutter 0.4.0
charts_flutter: ^0.4.0 copied to clipboard
Material Design charting library for flutter.
0.4.0 #
- Fixed export file to export ChartsBehavior in the Flutter library instead of the one that resides in charts_common. The charts_common behavior should not be used except internally in the charts_flutter library. This is a breaking change if you are using charts_common behavior.
- 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.