From 8d1c32488b82b00677bd8dc96765e814ce39bc6f Mon Sep 17 00:00:00 2001 From: sarah-spang <86264026+sarah-spang@users.noreply.github.com> Date: Fri, 28 Apr 2023 14:38:27 -0600 Subject: [PATCH] Docs: Update Color Modes (#67560) * Docs: Update Color Modes Some color mode descriptions had mistakes and a few were missing. * fixed typo --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../configure-standard-options/index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/sources/panels-visualizations/configure-standard-options/index.md b/docs/sources/panels-visualizations/configure-standard-options/index.md index d82cc74574d..1244253d361 100644 --- a/docs/sources/panels-visualizations/configure-standard-options/index.md +++ b/docs/sources/panels-visualizations/configure-standard-options/index.md @@ -124,11 +124,15 @@ Select one of the following palettes: | **Classic palette** | Grafana will assign color by looking up a color in a palette by series index. Useful for Graphs and pie charts and other categorical data visualizations | | **Classic palette (by series name)** | Grafana will assign color based on the name of the series. Useful when the series names to be visualized depend on the available data. | | **Green-Yellow-Red (by value)** | Continuous color scheme | +| **Red-Yellow-Green (by value)** | Continuous color scheme | | **Blue-Yellow-Red (by value)** | Continuous color scheme | +| **Yellow-Red (by value)** | Continuous color scheme | +| **Blue-Purple (by value)** | Continuous color scheme | +| **Yellow-Blue (by value)** | Continuous color scheme | | **Blues (by value)** | Continuous color scheme (panel background to blue) | -| **Reds (by value)** | Continuous color scheme (panel background color to blue) | -| **Greens (by value)** | Continuous color scheme (panel background color to blue) | -| **Purple (by value)** | Continuous color scheme (panel background color to blue) | +| **Reds (by value)** | Continuous color scheme (panel background color to red) | +| **Greens (by value)** | Continuous color scheme (panel background color to green) | +| **Purples (by value)** | Continuous color scheme (panel background color to purple) | {{< figure src="/static/img/docs/v73/color_scheme_dropdown.png" max-width="350px" caption="Color scheme" >}}