Correction on default color conditions (#2193)

Signed-off-by: jimtng <2554958+jimtng@users.noreply.github.com>
pull/2197/head
jimtng 2023-12-31 22:10:21 +10:00 committed by GitHub
parent 22123c00cd
commit 190f99e42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ If `item_name` is not provided, the Item name will default to the current Item.
If an operator is not specified, the operator will default to `==`.
If only a color is specified, that condition is considered as true and that color will be used.
Providing only a color can be used as a last condition to set a default color that will be used in case any of the other previous conditions is true.
Providing only a color can be used as a last condition to set a default color that will be used when none of the other previous conditions were true.
The comparison operators for `labelcolor`, `valuecolor` and `iconcolor` are the same as for the visibility parameter.