Skip to content

Commit

Permalink
Update panelConfig.yaml
Browse files Browse the repository at this point in the history
Improve the decimalPoints yaml description
  • Loading branch information
andymchugh authored Sep 4, 2024
1 parent e6cc42b commit 4f3360c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yaml_defs/panelConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ cells:
unitsPostfix: "MyUnits"

# The number of decimal points to display. Enter null for auto, 0 for none, etc. If left
# undefined it will default to the value specified at the panel level in cellLabelDecimalPoints.
# undefined it will default to the value specified at the panel level in cellLabelDecimalPoints.
# Note this is applied via the grafana units formatter. If invalid units are specified the label
# is displayed unformatted.
decimalPoints: 0

# Version 1.11.0 onwards: valueMappings is an array of 'match-criteria -> text' that allows you to
Expand Down

0 comments on commit 4f3360c

Please sign in to comment.