Re-add RowHeight option to StatusHistory (#62293)

This commit is contained in:
Victor Marin
2023-01-27 12:52:32 +02:00
committed by GitHub
parent 70f109526a
commit 1464dd4095
4 changed files with 18 additions and 0 deletions
@@ -34,6 +34,7 @@ title: StatusHistoryPanelCfg kind
| Property | Type | Required | Description |
|-------------|--------|----------|-----------------------------------------------------------|
| `colWidth` | number | No | Controls the column width Default: `0.9`. |
| `rowHeight` | number | No | Set the height of the rows Default: `0.9`. |
| `showValue` | string | No | TODO docs Possible values are: `auto`, `never`, `always`. |