Skip to content

Commit

Permalink
Docs: Fix decimals: auto docs for panel edit (#55477)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
joshhunt and chri2547 committed Sep 21, 2022
1 parent 5a1f004 commit e3e954c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/panels/configure-standard-options/index.md
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit e3e954c

Please sign in to comment.