URL parameters
The unique identifier of the dashboard.
Headers
Bearer $TOKEN
Body parameters
The type of chart to create (e.g., line_chart, bar_chart, table_chart).
An array of one or more query objects. Only line_chart supports multiple queries.
The name of the chart.
A description for the chart.
The horizontal position of the chart on the dashboard grid (0-based). If omitted, the chart is auto-placed.
The vertical position of the chart on the dashboard grid (0-based). If omitted, the chart is auto-placed.
The width of the chart in grid units.
The height of the chart in grid units.
A JSON object for chart-specific settings (e.g., units, stacking).