From 696bb2d939b14fe0074177bb0f6be3790a9fcd28 Mon Sep 17 00:00:00 2001 From: Dartek12 Date: Sun, 1 Oct 2023 19:46:27 +0200 Subject: [PATCH] Updated docs --- repo_files/documentations/base_chart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/repo_files/documentations/base_chart.md b/repo_files/documentations/base_chart.md index 2c01399bb..c41ed5c50 100644 --- a/repo_files/documentations/base_chart.md +++ b/repo_files/documentations/base_chart.md @@ -67,6 +67,7 @@ |propName|Description|default value| |:-------|:----------|:------------| |color|determines the color of line|Colors.black| +|gradient|gradient of the line|null| |strokeWidth|determines the stroke width of the line|2| |dashArray|A circular array of dash offsets and lengths. For example, the array `[5, 10]` would result in dashes 5 pixels long followed by blank spaces 10 pixels long. The array `[5, 10, 5]` would result in a 5 pixel dash, a 10 pixel gap, a 5 pixel dash, a 5 pixel gap, a 10 pixel dash, etc.|null|