From 306a6e9874aba73e731693704e4785e6a8b195de Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Wed, 21 Sep 2022 12:56:04 +0100 Subject: [PATCH] Docs: Fix decimals: auto docs for panel edit (#55477) * Docs: Fix decimals: auto docs for panel edit * Update docs/sources/panels/configure-standard-options/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit e3e954cbbaaebfbc801917926253cb3e528ba9f8) --- docs/sources/panels/configure-standard-options/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/panels/configure-standard-options/index.md b/docs/sources/panels/configure-standard-options/index.md index f7cf5d7122e8..587d297362b6 100644 --- a/docs/sources/panels/configure-standard-options/index.md +++ b/docs/sources/panels/configure-standard-options/index.md @@ -67,7 +67,7 @@ You can also paste a native emoji in the unit picker and pick it as a custom uni #### String units -Grafana can sometime be too aggressive in parsing strings and displaying them as numbers. To make Grafana show the original string create a field override and add a unit property with the `string` unit. +Grafana can sometimes be too aggressive in parsing strings and displaying them as numbers. To configure Grafana to show the original string value, create a field override and add a unit property with the `String` unit. ### Min @@ -79,9 +79,9 @@ Lets you set the maximum value used in percentage threshold calculations. Leave ### Decimals -Number of decimals to render value with. Leave empty for Grafana to use the number of decimals provided by the data source. +Specify the number of decimals Grafana includes in the rendered value. If you leave this field blank, Grafana automatically truncates the number of decimals based on the value. For example 1.1234 will display as 1.12 and 100.456 will display as 100. -To change this setting, type a number in the field and then click outside the field or press Enter. +To display all decimals, set the unit to `String`. ### Display name