Track trends over time with dynamic time series charts.
yaml
type: "io.kestra.plugin.core.dashboard.chart.TimeSeries"
Display a chart with Executions over the last week.
yaml
charts:
- id: executions_timeseries
type: io.kestra.plugin.core.dashboard.chart.TimeSeries
chartOptions:
displayName: Total Executions
description: Executions last week
legend:
enabled: true
column: date
colorByColumn: state
data:
type: io.kestra.plugin.core.dashboard.data.Executions
columns:
date:
field: START_DATE
displayName: Date
state:
field: STATE
total:
displayName: Executions
agg: COUNT
graphStyle: BARS
duration:
displayName: Duration
field: DURATION
agg: SUM
graphStyle: LINES
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length
1
Min items
1
Min length
1
Min length
1
Default
{
"enabled": true
}
Default
ALL
Possible Values
NONE
ALL
SINGLE
Default
6
Minimum
>= 1
Maximum
<= 12
Min items
1
Default
true
Possible Values
AVG
MAX
MIN
SUM
COUNT
Possible Values
LINES
BARS
POINTS
Min length
1
Default
ASC
Possible Values
ASC
DESC
Min items
1