plugin of "kind": "TimeSeriesChart".
This is the minimal representation of a time series chart panel, which results in
an empty panel with no name, no defined query, and default settings:
- Defines a panel (
"kind": "Panel"). - Defines the panel’s name (
spec.display.name), including dashboard variables ($topX,$namespace). - Adds a legend (
plugin.spec.legend) and defines it as aListoriented to theBottomof the chart. - Configures the Y axis (
spec.plugin.spec.y_axis) to use abbreviated ("abbreviate": true)Decimalunits. - Defines a
PrometheusTimeSeriesQueryand a series alias (series_name_format) for the returned time series, using dashboard variables.