From 9aeb97c49916e35701a47e84f951b8df3396442a Mon Sep 17 00:00:00 2001 From: Mohit Nain Date: Thu, 26 Mar 2020 12:28:06 +0530 Subject: [PATCH] Fix language in docs/sources/features/panels/singlestat.md --- docs/sources/features/panels/singlestat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/panels/singlestat.md b/docs/sources/features/panels/singlestat.md index ac3c18291a4..e2f7a5cea2c 100755 --- a/docs/sources/features/panels/singlestat.md +++ b/docs/sources/features/panels/singlestat.md @@ -33,7 +33,7 @@ The singlestat panel has a normal query editor to allow you define your exact me * **diff** - The difference between 'current' (last value) and 'first'. * **range** - The difference between 'min' and 'max'. Useful the show the range of change for a gauge. 2. **Prefix/Postfix**: The Prefix/Postfix fields let you define a custom label to appear *before/after* the value. The `$__name` variable can be used here to use the series name or alias from the metric query. -3. **Units**: Units are appended to the the Singlestat within the panel, and will respect the color and threshold settings for the value. +3. **Units**: Units are appended to the Singlestat within the panel, and will respect the color and threshold settings for the value. 4. **Decimals**: The Decimal field allows you to override the automatic decimal precision, and set it explicitly. 5. **Font Size**: You can use this section to select the font size of the different texts in the Singlestat Panel, i.e. prefix, value and postfix.