keywords |
title |
|
XYChartPanelCfg kind |
Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
XYChartPanelCfg kind
Maturity: experimental
Version: 0.0
Properties
Property |
Type |
Required |
Description |
PanelOptions |
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 |
|
PanelOptions
Properties
ScatterSeriesConfig
Properties
Property |
Type |
Required |
Description |
name |
string |
No |
|
x |
string |
No |
|
y |
string |
No |
|
XYDimensionConfig
Properties
Property |
Type |
Required |
Description |
frame |
integer |
Yes |
|
exclude |
string[] |
No |
|
x |
string |
No |
|
ScatterFieldConfig
Properties
Property |
Type |
Required |
Description |
labelValue |
TextDimensionConfig |
No |
|
label |
string |
No |
TODO docs Possible values are: auto , never , always . |
lineColor |
ColorDimensionConfig |
No |
This is actually an empty interface used mainly for naming? |
lineStyle |
LineStyle |
No |
TODO docs |
lineWidth |
integer |
No |
|
pointColor |
ColorDimensionConfig |
No |
This is actually an empty interface used mainly for naming? |
pointSize |
ScaleDimensionConfig |
No |
|
show |
string |
No |
Possible values are: points , lines , points+lines . |
ColorDimensionConfig
This is actually an empty interface used mainly for naming?
Property |
Type |
Required |
Description |
ColorDimensionConfig
This is actually an empty interface used mainly for naming?
Property |
Type |
Required |
Description |
LineStyle
TODO docs
Properties
Property |
Type |
Required |
Description |
dash |
number[] |
No |
|
fill |
string |
No |
Possible values are: solid , dash , dot , square . |
ScaleDimensionConfig
Properties
Property |
Type |
Required |
Description |
max |
integer |
No |
|
min |
integer |
No |
|
TextDimensionConfig
Properties
Property |
Type |
Required |
Description |
mode |
string |
No |
Possible values are: fixed , field , template . |
ScatterSeriesConfig
Properties
Property |
Type |
Required |
Description |
name |
string |
No |
|
x |
string |
No |
|
y |
string |
No |
|
XYDimensionConfig
Properties
Property |
Type |
Required |
Description |
frame |
integer |
Yes |
|
exclude |
string[] |
No |
|
x |
string |
No |
|