The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/developers/kinds/composable/xychart/panelcfg/schema-reference.md

24 KiB

keywords labels title
[grafana schema] [{products [cloud enterprise oss]}] 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
FieldConfig object Yes
Options object Yes
ScatterSeriesConfig object Yes
ScatterShow string Yes Possible values are: points, lines, points+lines.
SeriesMapping string Yes Auto is "table" in the UI
Possible values are: auto, manual.
XYDimensionConfig object Yes Configuration for the Table/Auto mode

FieldConfig

It extends HideableFieldConfig and AxisConfig.

Property Type Required Default Description
axisBorderShow boolean No (Inherited from AxisConfig)
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
axisBorderShow boolean No
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

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

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

HideableFieldConfig

TODO docs

Property Type Required Default Description
hideFrom HideSeriesConfig No TODO docs

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.

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

Options

It extends OptionsWithLegend and OptionsWithTooltip.

Property Type Required Default Description
dims XYDimensionConfig Yes Configuration for the Table/Auto mode
legend VizLegendOptions Yes (Inherited from OptionsWithLegend)
TODO docs
series ScatterSeriesConfig[] Yes Manual Mode
tooltip VizTooltipOptions Yes (Inherited from OptionsWithTooltip)
TODO docs
seriesMapping string No Auto is "table" in the UI
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.
maxHeight number No
maxWidth number No

ScatterSeriesConfig

It extends FieldConfig.

Property Type Required Default Description
axisBorderShow boolean No (Inherited from FieldConfig)
axisCenteredZero boolean No (Inherited from FieldConfig)
axisColorMode string No (Inherited from FieldConfig)
TODO docs
Possible values are: text, series.
axisGridShow boolean No (Inherited from FieldConfig)
axisLabel string No (Inherited from FieldConfig)
axisPlacement string No (Inherited from FieldConfig)
TODO docs
Possible values are: auto, top, right, bottom, left, hidden.
axisSoftMax number No (Inherited from FieldConfig)
axisSoftMin number No (Inherited from FieldConfig)
axisWidth number No (Inherited from FieldConfig)
hideFrom HideSeriesConfig No (Inherited from FieldConfig)
TODO docs
labelValue TextDimensionConfig No (Inherited from FieldConfig)
label string No (Inherited from FieldConfig)
TODO docs
Possible values are: auto, never, always.
lineColor ColorDimensionConfig No (Inherited from FieldConfig)
lineStyle LineStyle No (Inherited from FieldConfig)
TODO docs
lineWidth integer No (Inherited from FieldConfig)
Constraint: >=0 & <=2147483647.
name string No
pointColor ColorDimensionConfig No (Inherited from FieldConfig)
pointSize ScaleDimensionConfig No (Inherited from FieldConfig)
scaleDistribution ScaleDistributionConfig No (Inherited from FieldConfig)
TODO docs
show string No (Inherited from FieldConfig)
Possible values are: points, lines, points+lines.
x string No
y string No

XYDimensionConfig

Configuration for the Table/Auto mode

Property Type Required Default Description
frame integer Yes Constraint: >=0 & <=2147483647.
exclude string[] No
x string No