slidable_line_chart 1.0.2
slidable_line_chart: ^1.0.2 copied to clipboard
A line chart plugin that responds to user sliding. Supports reverse and custom slide precision.
1.0.2 #
- Support display as a curve chart.
1.0.1 #
- Improve performance of drag events.
- Optimize the drawing of coordinate systems.
1.0.0 #
- Improve that animation effect of chart initialization.
- Optimized sliding calculation method.
- Export
SlidableLineChartStateto provideresetAnimationController. - Update example to provide more use cases.
- BREAKING CHANGE
- Now the diagram itself doesn't maintain any state and needs to be updated via the
onChangedcallback. - Remove the style-related property from the
SlidableLineChartand now replace it withSlidableLineChartThemeData. - Use
coordinatesOptionsListinstead ofallCoordinatesto simplify parameter entry. - Rename
canDragCoordinateTypetoslidableCoordinateType. - Rename
yAxisDivisionstodivisions. - Use
slidePrecisioninstead ofenforceStepOffsetto set the minimum value for each slide by the user. - Rename
reversedYAxistoreversed. - Rename
onlyRenderEvenYAxisTexttoonlyRenderEvenAxisLabel. - Rename
drawCheckOrClosetoonDrawCheckOrClose.
0.1.1 #
- Add .pubignore.
0.1.0 #
- Initial plugin release.