Docs: refactors configure standard options (#52278)

* refactors configure standard options

* makes prettier
This commit is contained in:
Christopher Moyer
2022-07-15 17:02:16 -05:00
committed by GitHub
parent 1834973cc6
commit 433bb735de
16 changed files with 113 additions and 135 deletions
+1 -1
View File
@@ -157,4 +157,4 @@ Set a **Soft min** or **soft max** option for better control of Y-axis limits. B
**Soft min** and **soft max** settings can prevent blips from turning into mountains when the data is mostly flat, and hard min or max derived from standard min and max field options can prevent intermittent spikes from flattening useful detail by clipping the spikes past a defined point.
You can set standard min/max options to define hard limits of the Y-axis. For more information, refer to [Standard field definitions]({{< relref "../panels/standard-field-definitions/#max" >}}).
You can set standard min/max options to define hard limits of the Y-axis. For more information, refer to [Standard options definitions]({{< relref "../panels/configure-standard-options/#max" >}}).