6a93c77082
* Adapt state timeline to scuemata * Refactor status history to cue model * Refactor * Refactor TimelineChart as a core component * wip * Change as per CR Co-authored-by: sam boyer <sdboyer@grafana.com>
1.7 KiB
1.7 KiB
keywords, title
| keywords | title | ||
|---|---|---|---|
|
StateTimelinePanelCfg kind |
Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
StateTimelinePanelCfg kind
Maturity: experimental
Version: 0.0
Properties
| Property | Type | Required | Description |
|---|---|---|---|
PanelFieldConfig |
object | Yes | |
PanelOptions |
object | Yes |
PanelFieldConfig
Properties
| Property | Type | Required | Description |
|---|---|---|---|
fillOpacity |
integer | No | Default: 70. |
lineWidth |
integer | No | Default: 0. |
PanelOptions
Properties
| Property | Type | Required | Description |
|---|---|---|---|
alignValue |
string | No | Controls the value alignment in the TimelineChart component Possible values are: center, left, right. |
mergeValues |
boolean | No | Merge equal consecutive values Default: true. |
rowHeight |
number | No | Controls the row height Default: 0.9. |
showValue |
string | No | TODO docs Possible values are: auto, never, always. |