From 190f99e42b241620da8f4dccbfa4bfbb3d6948ac Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Sun, 31 Dec 2023 22:10:21 +1000 Subject: [PATCH] Correction on default color conditions (#2193) Signed-off-by: jimtng <2554958+jimtng@users.noreply.github.com> --- ui/sitemaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/sitemaps.md b/ui/sitemaps.md index 86241a6752..5435545bef 100644 --- a/ui/sitemaps.md +++ b/ui/sitemaps.md @@ -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.