Files
grafana/docs/sources/developers/kinds/composable/statetimelinepanelcfg/schema-reference.md
T
Victor Marin 6a93c77082 Refactor state timeline/status history to cue model and refactor TimelineChart component (#61631)
* 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>
2023-01-26 07:03:59 +00:00

1.7 KiB

keywords, title
keywords title
grafana
schema
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.