Example 3963
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Blanda Group Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/revenue"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/revenue"
format: "currency"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 18
}
]
theme: "dark"
}