chart-data
Get chart data (public access)
GET
Get chart data (public access)
Path Parameters
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100000Available options:
eq, neq, gt, gte, lt, lte, in, not_in, contains, is_null, is_not_null Available options:
asc, desc Response
Successful Response
Standard raw-data envelope returned to the frontend.
The frontend maps this to an ECharts option — the backend never builds chart library configs.
Shape
labels — column / field names (derived from first row keys) rows — one dict per data point or table row pagination — page metadata
Available options:
bar, line, pie, donut, scatter, area, heatmap, table, stat, histogram Related topics
Get published dashboard by slug (public access)Fetch paginated data for a chartGet a single chartGet Public ConfigList chartsGet chart data (public access)