Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix decimals: auto docs for panel edit #55477

Merged
merged 2 commits into from Sep 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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