mdcharts 1.2.3
mdcharts: ^1.2.3 copied to clipboard
march.dev charts library. Provides highly customizable and configurable charts.
Changelog #
1.2.3 26.03.2022 #
- Fixed value normalization if all provided data is 0
1.2.2 26.03.2022 #
- Fixed StackOverflowException for descending unidirectional chart.
- Fixed
xAxisDatesgetter for unidirectional chart with empty data.
1.2.1 26.03.2022 #
- Fixed
typedDatagetter when data is empty.
1.2.0 26.03.2022 #
- Allowed chart creation with less then 2 points.
- Added option to set padded value to max value.
1.1.0 25.03.2022 #
- Fixed color/gradient fill.
- Added to
LineChartGridStylestroke and color for X and Y axis as a separate values. - Added option to show first Y axis grid line.
- Added option to show last X axis grid line.
- Renamed blurRadius to shadowBlurRadius in
LineChartLineStyle.
1.0.1 25.03.2022 #
- Added changelog.
1.0.0 25.03.2022 #
- Added
LineChart.