|
|
|
@ -30,8 +30,8 @@ It extends [SingleStatBaseOptions](#singlestatbaseoptions). |
|
|
|
|
|-----------------|-------------------------------------------------|----------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------| |
|
|
|
|
| `displayMode` | string | **Yes** | | Enum expressing the possible display modes<br/>for the bar gauge component of Grafana UI<br/>Possible values are: `basic`, `lcd`, `gradient`. | |
|
|
|
|
| `maxVizHeight` | uint32 | **Yes** | `300` | | |
|
|
|
|
| `minVizHeight` | uint32 | **Yes** | `75` | | |
|
|
|
|
| `minVizWidth` | uint32 | **Yes** | `75` | | |
|
|
|
|
| `minVizHeight` | uint32 | **Yes** | `16` | | |
|
|
|
|
| `minVizWidth` | uint32 | **Yes** | `8` | | |
|
|
|
|
| `namePlacement` | string | **Yes** | | Allows for the bar gauge name to be placed explicitly<br/>Possible values are: `auto`, `top`, `left`. | |
|
|
|
|
| `showUnfilled` | boolean | **Yes** | `true` | | |
|
|
|
|
| `sizing` | string | **Yes** | | Allows for the bar gauge size to be set explicitly<br/>Possible values are: `auto`, `manual`. | |
|
|
|
|