From faf041e06bc965585a8d68450cebb35f76f517db Mon Sep 17 00:00:00 2001 From: imaNNeoFighT Date: Mon, 25 Dec 2023 12:06:03 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a80f51e8..b5d1af4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ScatterSpot( ``` * **BUGFIX** (by @imaNNeo) Fix barChart tooltip for values below or above the 0 point, #1462 * **BUGFIX** (by @imaNNeo) Fix pieChart drawing single section on iPhone, #1515 +* **IMPROVEMENT** (by @imaNNeo) Add gradient property to the [HorizontalLine](https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#horizontalline) and [VerticalLine](https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#verticalline), #1525 ## 0.65.0 * **FEATURE** (by @Dartek12) Added gradient to [FlLine](https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#FlLine), #1197