From 4dcf83a8b108e820b985425a4369c4a7f08ef280 Mon Sep 17 00:00:00 2001 From: Jeremy Schiff Date: Sat, 21 Mar 2026 00:04:55 -0400 Subject: [PATCH] Fix typo in widget_colors.md from 'tav' to 'tag' --- content/en/dashboards/guide/widget_colors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/dashboards/guide/widget_colors.md b/content/en/dashboards/guide/widget_colors.md index 4d3b731d940..2650409fe0e 100644 --- a/content/en/dashboards/guide/widget_colors.md +++ b/content/en/dashboards/guide/widget_colors.md @@ -29,7 +29,7 @@ The Classic color palette has visual accessibility support. #### Consistent/Semantic -The Consistent palette assigns a fixed color consistently to a series of data, based on its tav value. This makes it easier to correlate data across different charts. However, it **does not** guarantee unique colors for adjacent data series within the same widget, and it does not have accessibility support. For more information, see [Understanding Duplicate Colors in the Consistent Palette][3]. +The Consistent palette assigns a fixed color consistently to a series of data, based on its tag value. This makes it easier to correlate data across different charts. However, it **does not** guarantee unique colors for adjacent data series within the same widget, and it does not have accessibility support. For more information, see [Understanding Duplicate Colors in the Consistent Palette][3]. {{< img src="dashboards/guide/colors/4_consistent_palette.png" alt="A color palette for the Consistent/Semantic palette." style="width:70%;" >}}