chartee 1.0.15
chartee: ^1.0.15 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.15 #
- Added smoothness option to line and area chart layers
- Added solid and gradient options to line layers
- Breaking change Line layers don't have a default constructor anymore to support different variations, to get the
same result as with the default constructor before you can use
ChartLineLayer.positiveNegative
1.0.14 #
- Added callback to allow selection only for specified items
1.0.13 #
- Performance improvements for charts with a lot of items
1.0.12 #
- Use chargee_lints instead of defining lint rules in library itself
1.0.11 #
- Callback when item is pressed in scrollable bar chart
1.0.10 #
- Added
ScrollableChartwidget to create charts that can scroll horizontally - Added
isStaticproperty to chart layers to determine if they should scroll or stay in place in aScrollableChart - Breaking change: Because grid layers are split up in separate vertical and horizontal layers
ChartGridLayer.allreturns a list of 2 layers now instead of a single layer - Breaking change: Chart selections are no longer based on
ChartItem, they work purely withxvalues now - Breaking change: The property
stickyofChartSelectionLayeris renamed toisStickyto be consistent with the addedisStaticproperty on all layers
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