Show proportions and distributions using pie charts.
yaml
type: "io.kestra.plugin.core.dashboard.chart.Pie"
Display a pie chart with with Executions per State.
yaml
charts:
- id: executions_pie
type: io.kestra.plugin.core.dashboard.chart.Pie
chartOptions:
displayName: Total Executions
description: Total executions per state
legend:
enabled: true
colorByColumn: state
data:
type: io.kestra.plugin.core.dashboard.data.Executions
columns:
state:
field: STATE
total:
agg: COUNT
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length
1
Min items
1
Possible Values
AVG
MAX
MIN
SUM
COUNT
Min items
1
Min length
1
Default
DONUT
Possible Values
PIE
DONUT
Default
{
"enabled": true
}
Default
ALL
Possible Values
NONE
ALL
SINGLE
Default
6
Minimum
>= 1
Maximum
<= 12
Default
true
Min length
1
Default
ASC
Possible Values
ASC
DESC
Min items
1