Example 6369

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Abbott - Bradtke Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/revenue"
chart_type: "line"
period: "90d"
}

{
type: "stat"
title: "Error Rate"
source: "/api/stats/revenue"
format: "currency"
}

{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 5
}
]

theme: "light"
}

See also