Show proportions and distributions using pie charts.

yaml
type: "io.kestra.plugin.core.dashboard.chart.Pie"

Display a pie chart 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
Properties
Validation RegExp ^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length 1
SubType
Min items 1
Possible Values
AVGMAXMINSUMCOUNT
Min items 1
Min length 1
Default DONUT
Possible Values
PIEDONUT
Default { "enabled": true }
Default ALL
Possible Values
NONEALLSINGLE
Default 6
Minimum >= 1
Maximum <= 12
Default true
Min length 1
Default ASC
Possible Values
ASCDESC
Min items 1