TimeSeries​Time​Series

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
Properties
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
NONEALLSINGLE
Default 6
Minimum >= 1
Maximum <= 12
Min items 1
Default true
Possible Values
AVGMAXMINSUMCOUNT
Possible Values
LINESBARSPOINTS
SubType
Min length 1
Default ASC
Possible Values
ASCDESC
Min items 1