mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
Fix types in docs/sources/features/panels/stat.md
This commit is contained in:
parent
3f08a789d7
commit
910f65d2ab
@ -11,7 +11,7 @@ type = "docs"
|
||||
|
||||
{{< docs-imagebox img="/img/docs/v66/stat_panel_dark3.png" max-width="1025px" caption="Stat panel" >}}
|
||||
|
||||
The stat panel is designed to show a big single stat values with an optional graph sparkline. You can control
|
||||
The stat panel is designed to show a big single stat value with an optional graph sparkline. You can control
|
||||
background or value color using thresholds.
|
||||
|
||||
## Display options
|
||||
@ -21,7 +21,7 @@ background or value color using thresholds.
|
||||
* `All values` - Show a separate stat for every row.
|
||||
* Calc
|
||||
* Specify calculation / reducer function. Since this panel is designed to only show a single value Grafana needs to
|
||||
know how to reduce a fields many values to a single value.
|
||||
know how to reduce a field's many values to a single value.
|
||||
* Orientation
|
||||
* If your query returns multiple series or you have set **Show** to `All values` then the visualization will repeat for every series or row. This orientation option will control in what direction it will repeat.
|
||||
* Color
|
||||
@ -39,7 +39,7 @@ background or value color using thresholds.
|
||||
### Auto layout
|
||||
|
||||
The panel will try to auto adjust layout depending on width & height. The graph will also hide if the panel becomes
|
||||
to small.
|
||||
too small.
|
||||
|
||||
Example of stacked layout where graph is automatically hidden due to each stat being too small:
|
||||
|
||||
@ -66,7 +66,7 @@ Example of value color mode:
|
||||
### Thresholds
|
||||
|
||||
Define thresholds that will set the color of either the value or the background depending on your `Color` display option. The
|
||||
thresholds are automatically sorted from lowerst value to highest. The `Base` value represents minus infinity.
|
||||
thresholds are automatically sorted from lowest value to highest. The `Base` value represents minus infinity.
|
||||
|
||||
|
||||
### Value mappings
|
||||
|
Loading…
Reference in New Issue
Block a user