mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00

* new refactored panel docs * fixed links * removed xtra sharing link, added links to panel display option tasks * fixed typo * add aliases * incorporate PM feedback * intermediate commit to resolve merge conflict * final changes to resolve merge conflicts
916 B
916 B
+++ title = "Map a special value" weight = 50 aliases = ["/docs/sources/panels/format-data/map-a-special-value/"] +++
Map a special value
Map a special value when you want to format uncommon, boolean, or empty values.
Before you begin
- [Add a panel to a dashboard]({{< relref "../working-with-panels/add-panel.md" >}}).
To map a special value:
- Edit the panel for which you want to map a special value.
- In panel display options, locate the Value mappings section and click Add value mappings.
- Click Add a new mapping and then select Special.
- Select the special value for Grafana to match. Options include:
- Null
- NaN (Not a Number)
- Null + NaN
- True
- False
- Empty
- (Optional) Enter display text.
- (Optional) Set the color.
- Click Update to save the value mapping.