mdcharts 1.2.1
mdcharts: ^1.2.1 copied to clipboard
march.dev charts library. Provides highly customizable and configurable charts.
Changelog #
1.2.1 - 26.03.2022 #
- Fixed
typedData
getter 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
LineChartGridStyle
stroke 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
.