simple_line_chart 1.5.4 simple_line_chart: ^1.5.4 copied to clipboard
Provides a simple line chart. An opinionated library that focuses on API simplicity.
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
applyMarginBelow
predicate for controllingmarginBelow
onAxisStyle
- introduce
fillBaseline
toDatasetStyle
to 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