Panels are part of the JSON representation of the Chronosphere dashboard that contains them. In a JSON representation of a dashboard, Chronosphere models a time series chart panel as aDocumentation Index
Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
Use this file to discover all available pages before exploring further.
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.

