simple_line_chart 1.6.2
simple_line_chart: ^1.6.2 copied to clipboard
Provides a simple line chart. An opinionated library that focuses on API simplicity.
1.6.2 #
- add support for explicit label ticks on
AxisStyle.explicitTickValues
1.6.1 #
LineChartController.selectionno longer throws when set before the controller is bound to a rendered chart. Pending selections are buffered and flushed the moment a chart mounts, so multiple controllers can participate in cross-chart selection linking even when only one is currently rendered.
1.6.0 #
- add optional horizontal background bands with in-plot right-edge labels via
LineChartStyle.backgroundBandsand the newHorizontalBandclass. Bands render behind gridlines and datasets; labels render on top with a subtle chip background so they remain readable when the data line crosses.
1.5.6 #
- improve legend behaviour with empty datasets
1.5.5 #
- enable use without legend and without x or y axis labels
1.5.4 #
- improve performance for charts with thousands of points
1.5.3 #
- improve label spacing
1.5.2 #
- reduce jank from axis labeller
1.5.1 #
- fix legend colors
1.5.0 #
- add range datasets for bands along the x-axis
1.4.2 #
- prevent exception when selection occurs with an empty dataset
1.4.1 #
- move the selection label when it obscures the selection
1.4.0 #
- update SDK version
- add CI actions
- address warnings
1.3.1 #
- fix null pointer exception
1.3.0 #
- improve labelling above/below zero
- introduce
applyMarginBelowpredicate for controllingmarginBelowonAxisStyle - introduce
fillBaselinetoDatasetStyleto control baseline for filling datasets
1.2.2 #
- fix issue where new controller wouldn't get selection initialized
1.2.1 #
- fix issue when selection is empty
1.2.0 #
- add data labels for selection on touch
1.1.1 #
- improve documentation
- provide a way to round y axis numbers
1.1.0 #
- Update dependencies
1.0.5 #
- Improve handling of empty datasets.
- Avoid notifying listeners after being disposed.
1.0.3 #
- Provide API to remove an axis from LineChartStyle.
1.0.2 #
- Fix positioning of selection after resize, e.g. by rotating device
1.0.1 #
- Initial release