Skip to content

Commit 8ee486a

Browse files
authored
doc: add correction for progress attention section
1 parent 8003305 commit 8ee486a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ this.myProgress = 55.5;
150150
this.myProgress = this.tasksDone * 100 / maxTasks; // the percentage of done tasks
151151
```
152152

153-
>:heavy_exclamation_mark: The `progress` is always used to fill the progress circle line. So you cannot customize this value. All values below 0 and above 100 are ignored and not valid Numbers always lead to **[`noData`](#noData)** state. For customization purpose please use **[`legendValue`](#legendvalue)**.
153+
>:heavy_exclamation_mark: The `progress` is always used to fill the progress circle line. So you cannot customize this value, it should be always in the range [-100, 100] and not valid Numbers lead to **[`noData`](#noData)** state. For customization purpose please use **[`legendValue`](#legendvalue)**.
154154
155155
>If **[`legendValue`](#legendvalue)** is defined the progress will **NOT** be displayed as circle legend.
156156

0 commit comments

Comments
 (0)