Example 16271
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Walter Group Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/revenue"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/users"
format: "number"
}
{
type: "table"
title: "Top Pages"
source: "/api/recent/signups"
limit: 19
}
]
theme: "auto"
}