From bdf60d69de9fd31ed8c927560e40055c128ff317 Mon Sep 17 00:00:00 2001 From: prenzlern <88067634+prenzlern@users.noreply.github.com> Date: Thu, 6 Jul 2023 03:43:54 +1000 Subject: [PATCH] Docs: update heatmap panel options (#71058) Added some heatmap panel configuration options which were missing from the docs --- .../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.