From 9a6246ba85abdf7f69fb2e41ef7aeda64012adb5 Mon Sep 17 00:00:00 2001 From: Nathan Marrs Date: Wed, 23 Aug 2023 18:44:06 +0200 Subject: [PATCH] Gauge: Update docs for scrolling support 10.2 (#72780) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../visualizations/gauge/index.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/gauge/index.md b/docs/sources/panels-visualizations/visualizations/gauge/index.md index 6a5365157c8..3a0ce6e518e 100644 --- a/docs/sources/panels-visualizations/visualizations/gauge/index.md +++ b/docs/sources/panels-visualizations/visualizations/gauge/index.md @@ -49,9 +49,33 @@ Show a separate stat for every row. If you select this option, then you can also Adjust how the gauge is displayed. +### Orientation + +Choose a stacking direction. + +- **Auto -** Gauges display in rows and columns. +- **Horizontal -** Gauges display top to bottom. +- **Vertical -** Gauges display left to right. + - **Show threshold labels -** Controls if threshold values are shown. - **Show threshold markers -** Controls if a threshold band is shown outside the inner gauge value band. +### Min width + +Set the minimum width of vertically-oriented gauges. + +If you set a minimum width, the x-axis scrollbar is automatically displayed when there's a large amount of data. + +### Min height + +Set the minimum height of horizontally-oriented gauges. + +If you set a minimum height, the y-axis scrollbar is automatically displayed when there's a large amount of data. + +### Neutral + +Set the starting value from which every gauge will be filled. + ## Text size Adjust the sizes of the gauge text.