mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Fix "Field options and overrides" page links (#27758)
What this PR does / why we need it: Fix [Field options and overrides](https://grafana.com/docs/grafana/latest/panels/field-options/) several links. Which issue(s) this PR fixes: None. Special notes for your reviewer:
This commit is contained in:
parent
17a1e78754
commit
92c804fd55
@ -17,11 +17,11 @@ Field options allow you to change how the data is displayed in your visualizatio
|
||||
|
||||
## Field options
|
||||
|
||||
_Field options_, both standard and custom, can be found in the Field tab in the panel editor. Changes on this tab apply to all fields (i.e. series/columns). For example, if you change the unit to percentage, then all fields with numeric values are displayed in percentages. Learn how to apply a field option in [Configure all fields](configure-all-fields.md).
|
||||
_Field options_, both standard and custom, can be found in the Field tab in the panel editor. Changes on this tab apply to all fields (i.e. series/columns). For example, if you change the unit to percentage, then all fields with numeric values are displayed in percentages. Learn how to apply a field option in [Configure all fields]({{< relref "configure-all-fields.md" >}}).
|
||||
|
||||
## Field overrides
|
||||
|
||||
_Field overrides_ can be added in the Overrides tab in the panel editor. There you can add the same options as you find in the Field tab, but they are only applied to specific fields. Learn how to apply an override in [Configure specific fields](configure-specific-fields.md).
|
||||
_Field overrides_ can be added in the Overrides tab in the panel editor. There you can add the same options as you find in the Field tab, but they are only applied to specific fields. Learn how to apply an override in [Configure specific fields]({{< relref "configure-specific-fields.md" >}}).
|
||||
|
||||
## Available field options and overrides
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user