From b71aef889980fb1d47111d7f8e1fa0a739b4452a Mon Sep 17 00:00:00 2001 From: Vico Chart Bot <96002241+vicochartbot@users.noreply.github.com> Date: Sun, 24 Apr 2022 19:46:00 +0000 Subject: [PATCH] Empty `CHANGELOG.md` [skip ci] --- CHANGELOG.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fede6b8..e69de29bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +0,0 @@ -# Additions - -- A `composedChartEntryModelOf` function for creating `ComposedChartEntryModel`s. -- A `ChartEntryModel#plus` function for creating `ComposedChartEntryModel`s. - -# Improvements - -- `verticalGradient` is no longer a composable function. - -# Resolved issues - -- Charts were drawn incorrectly if the layout direction was right-to-left. -- Charts created via the `Chart` composable werenʼt scrollable if `marker` was null. -- Line charts were drawn incorrectly if `minY` or `maxY` was overridden. -- In line charts, the line was clipped near the top and bottom of the chart. -- The `strokeColor` parameter of the `ShapeComponent` constructor wasnʼt respected. -- Marker guidelines could be off-center relative to their corresponding chart entries. -- In `DashedShape`, if `dashLengthDp` and `dashGapDp` were both set to `0f`, an infinite loop would occur.