chartee 1.0.9
chartee: ^1.0.9 copied to clipboard
Chartee is a versatile library supporting line, bar, and area charts for Flutter applications. Easily visualize data with customizable styles.
1.0.9 #
- Make font size of labels adjustable through OS accessibility settings
1.0.8 #
- Include the actual value also in
RoundedYIntervalswhen bounds min and max are the same
1.0.7 #
- Changed rounding in
RoundedYIntervalswhen bounds min and max are the same
1.0.6 #
- Added default value to
RoundedYIntervalswhen bounds are flexible
1.0.5 #
- Draw labels over other chart layers
1.0.4 #
- Added a layer type to support custom widgets in a chart
1.0.3 #
- Updated Github action
1.0.2 #
- Added basic example project
1.0.1 #
- Updated pubspec.yaml description
- Added code documentation
1.0.0 #
- Initial release with support for bar, line and area charts