From 2e4a8d4d5a0cc28dfaaf38a3ec37e5a6f9ea3929 Mon Sep 17 00:00:00 2001 From: Andrej Burger Date: Thu, 30 Apr 2020 16:18:30 +0200 Subject: [PATCH] Docs: Bullets indentation fixed in Stats panel (#24100) --- docs/sources/features/panels/stat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/features/panels/stat.md b/docs/sources/features/panels/stat.md index 5439489f89d..b8d04cd7180 100644 --- a/docs/sources/features/panels/stat.md +++ b/docs/sources/features/panels/stat.md @@ -27,10 +27,10 @@ background or value color using thresholds. * Color * `Value` - Color the value and graph area only. * `Background` - Color the background. -** Graph +* Graph * `None` - Disable the graph / sparkline * `Area graph` - Show area graph below value. This requires that your query returns a time column. -** Justify +* Justify * `Auto` - If only a single value is shown (no repeat) the value is centered. If multiple series or rows the value is * left aligned. * `Center` - Force center alignment.