kindsys: Adapt to new PanelCfg schema interface (#65297)
* kindsys: Adapt to new PanelCfg schema interface
* building locally
* Remove Panel prefix in cue files
* Regenerate
* Update imports
* fixup! Merge branch 'remove-panel-prefix' into sdboyer/redundant-panelcfg-prefixes
* Fix formatting
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Tania B <yalyna.ts@gmail.com>
(cherry picked from commit 33fd83f7e3)
# Conflicts:
# docs/sources/developers/kinds/core/dashboard/schema-reference.md
# docs/sources/developers/kinds/core/folder/schema-reference.md
# kinds/dashboard/dashboard_kind.cue
# packages/grafana-schema/src/raw/dashboard/x/dashboard_types.gen.ts
# pkg/kinds/dashboard/dashboard_spec_gen.go
# pkg/kinds/folder/folder_status_gen.go
Co-authored-by: sam boyer <sdboyer@grafana.com>
23 KiB
23 KiB
keywords, title
| keywords | title | ||
|---|---|---|---|
|
XYChartPanelCfg kind |
Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
XYChartPanelCfg
Maturity: experimental
Version: 0.0
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
Options |
object | Yes | ||
ScatterFieldConfig |
object | Yes | ||
ScatterSeriesConfig |
object | Yes | ||
ScatterShow |
string | Yes | Possible values are: points, lines, points+lines. |
|
SeriesMapping |
string | Yes | Possible values are: auto, manual. |
|
XYDimensionConfig |
object | Yes |
Options
It extends OptionsWithLegend and OptionsWithTooltip.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
dims |
XYDimensionConfig | Yes | ||
legend |
VizLegendOptions | Yes | (Inherited from OptionsWithLegend) TODO docs |
|
series |
ScatterSeriesConfig[] | Yes | ||
tooltip |
VizTooltipOptions | Yes | (Inherited from OptionsWithTooltip) TODO docs |
|
seriesMapping |
string | No | Possible values are: auto, manual. |
OptionsWithLegend
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
legend |
VizLegendOptions | Yes | TODO docs |
VizLegendOptions
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
calcs |
string[] | Yes | ||
displayMode |
string | Yes | TODO docs Note: "hidden" needs to remain as an option for plugins compatibility Possible values are: list, table, hidden. |
|
placement |
string | Yes | TODO docs Possible values are: bottom, right. |
|
showLegend |
boolean | Yes | ||
asTable |
boolean | No | ||
isVisible |
boolean | No | ||
sortBy |
string | No | ||
sortDesc |
boolean | No | ||
width |
number | No |
OptionsWithTooltip
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
tooltip |
VizTooltipOptions | Yes | TODO docs |
VizTooltipOptions
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
mode |
string | Yes | TODO docs Possible values are: single, multi, none. |
|
sort |
string | Yes | TODO docs Possible values are: asc, desc, none. |
ScatterSeriesConfig
It extends ScatterFieldConfig.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
axisCenteredZero |
boolean | No | (Inherited from ScatterFieldConfig) | |
axisColorMode |
string | No | (Inherited from ScatterFieldConfig) TODO docs Possible values are: text, series. |
|
axisGridShow |
boolean | No | (Inherited from ScatterFieldConfig) | |
axisLabel |
string | No | (Inherited from ScatterFieldConfig) | |
axisPlacement |
string | No | (Inherited from ScatterFieldConfig) TODO docs Possible values are: auto, top, right, bottom, left, hidden. |
|
axisSoftMax |
number | No | (Inherited from ScatterFieldConfig) | |
axisSoftMin |
number | No | (Inherited from ScatterFieldConfig) | |
axisWidth |
number | No | (Inherited from ScatterFieldConfig) | |
hideFrom |
HideSeriesConfig | No | (Inherited from ScatterFieldConfig) TODO docs |
|
labelValue |
TextDimensionConfig | No | (Inherited from ScatterFieldConfig) | |
label |
string | No | (Inherited from ScatterFieldConfig) TODO docs Possible values are: auto, never, always. |
|
lineColor |
ColorDimensionConfig | No | (Inherited from ScatterFieldConfig) | |
lineStyle |
LineStyle | No | (Inherited from ScatterFieldConfig) TODO docs |
|
lineWidth |
integer | No | (Inherited from ScatterFieldConfig) Constraint: >=0 & <=2147483647. |
|
name |
string | No | ||
pointColor |
ColorDimensionConfig | No | (Inherited from ScatterFieldConfig) | |
pointSize |
ScaleDimensionConfig | No | (Inherited from ScatterFieldConfig) | |
scaleDistribution |
ScaleDistributionConfig | No | (Inherited from ScatterFieldConfig) TODO docs |
|
show |
string | No | (Inherited from ScatterFieldConfig) Possible values are: points, lines, points+lines. |
|
x |
string | No | ||
y |
string | No |
ColorDimensionConfig
It extends BaseDimensionConfig.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
field |
string | No | (Inherited from BaseDimensionConfig) fixed: T -- will be added by each element |
|
fixed |
string | No |
BaseDimensionConfig
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
field |
string | No | fixed: T -- will be added by each element |
HideSeriesConfig
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
legend |
boolean | Yes | ||
tooltip |
boolean | Yes | ||
viz |
boolean | Yes |
LineStyle
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
dash |
number[] | No | ||
fill |
string | No | Possible values are: solid, dash, dot, square. |
ScaleDimensionConfig
It extends BaseDimensionConfig.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
max |
number | Yes | ||
min |
number | Yes | ||
field |
string | No | (Inherited from BaseDimensionConfig) fixed: T -- will be added by each element |
|
fixed |
number | No | ||
mode |
string | No | Possible values are: linear, quad. |
ScaleDistributionConfig
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
type |
string | Yes | TODO docs Possible values are: linear, log, ordinal, symlog. |
|
linearThreshold |
number | No | ||
log |
number | No |
ScatterFieldConfig
It extends HideableFieldConfig and AxisConfig.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
axisCenteredZero |
boolean | No | (Inherited from AxisConfig) | |
axisColorMode |
string | No | (Inherited from AxisConfig) TODO docs Possible values are: text, series. |
|
axisGridShow |
boolean | No | (Inherited from AxisConfig) | |
axisLabel |
string | No | (Inherited from AxisConfig) | |
axisPlacement |
string | No | (Inherited from AxisConfig) TODO docs Possible values are: auto, top, right, bottom, left, hidden. |
|
axisSoftMax |
number | No | (Inherited from AxisConfig) | |
axisSoftMin |
number | No | (Inherited from AxisConfig) | |
axisWidth |
number | No | (Inherited from AxisConfig) | |
hideFrom |
HideSeriesConfig | No | (Inherited from HideableFieldConfig) TODO docs |
|
labelValue |
TextDimensionConfig | No | ||
label |
string | No | TODO docs Possible values are: auto, never, always. |
|
lineColor |
ColorDimensionConfig | No | ||
lineStyle |
LineStyle | No | TODO docs | |
lineWidth |
integer | No | Constraint: >=0 & <=2147483647. |
|
pointColor |
ColorDimensionConfig | No | ||
pointSize |
ScaleDimensionConfig | No | ||
scaleDistribution |
ScaleDistributionConfig | No | (Inherited from AxisConfig) TODO docs |
|
show |
string | No | Possible values are: points, lines, points+lines. |
AxisConfig
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
axisCenteredZero |
boolean | No | ||
axisColorMode |
string | No | TODO docs Possible values are: text, series. |
|
axisGridShow |
boolean | No | ||
axisLabel |
string | No | ||
axisPlacement |
string | No | TODO docs Possible values are: auto, top, right, bottom, left, hidden. |
|
axisSoftMax |
number | No | ||
axisSoftMin |
number | No | ||
axisWidth |
number | No | ||
scaleDistribution |
ScaleDistributionConfig | No | TODO docs |
HideableFieldConfig
TODO docs
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
hideFrom |
HideSeriesConfig | No | TODO docs |
TextDimensionConfig
It extends BaseDimensionConfig.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
mode |
string | Yes | Possible values are: fixed, field, template. |
|
field |
string | No | (Inherited from BaseDimensionConfig) fixed: T -- will be added by each element |
|
fixed |
string | No |
XYDimensionConfig
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
frame |
integer | Yes | Constraint: >=0 & <=2147483647. |
|
exclude |
string[] | No | ||
x |
string | No |