Compare categorical data visually with bar charts.

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

Display a bar chart with Executions per Namespace.

yaml
charts:
  - id: executions_per_namespace_bars
    type: io.kestra.plugin.core.dashboard.chart.Bar
    chartOptions:
      displayName: Executions (per namespace)
      description: Executions count per namespace
    legend:
      enabled: true
    column: namespace
    data:
      type: io.kestra.plugin.core.dashboard.data.Executions
      columns:
        namespace:
          field: NAMESPACE
        state:
          field: STATE
        total:
          displayName: Execution
          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
Min length 1
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