From 41af8521714ef110ea13077e766d11bb9cd748ad Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 13:52:14 -0400 Subject: [PATCH] [v9.5.x] Docs: update heatmap panel options (#71096) Docs: update heatmap panel options (#71058) Added some heatmap panel configuration options which were missing from the docs (cherry picked from commit bdf60d69de9fd31ed8c927560e40055c128ff317) Co-authored-by: prenzlern <88067634+prenzlern@users.noreply.github.com> --- .../visualizations/heatmap/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/heatmap/index.md b/docs/sources/panels-visualizations/visualizations/heatmap/index.md index 7c2d97c15a9..c8141cb1ced 100644 --- a/docs/sources/panels-visualizations/visualizations/heatmap/index.md +++ b/docs/sources/panels-visualizations/visualizations/heatmap/index.md @@ -38,6 +38,7 @@ Select one of the following Y-axis value scales: - **linear -** Linear scale. - **log (base 2) -** Logarithmic scale with base 2. - **log (base 10) -** Logarithmic scale with base 10. +- **symlog -** Symlog scale. ## Y Axes @@ -61,6 +62,14 @@ This setting determines decimal configuration. This setting configures the axis range. +### Axis width + +This setting configures the width for the axis. + +### Axis value + +This setting configures the axis value. + ### Reverse When selected, the axis appears in reverse order.