Compare categorical data visually with bar charts.
yaml
type: "io.kestra.plugin.core.dashboard.chart.Bar"
Display a bar chart with 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
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length
1