Example 9464
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Roberts-Wuckert - Gerlach Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/revenue"
chart_type: "bar"
period: "7d"
}
{
type: "stat"
title: "MRR"
source: "/api/stats/revenue"
format: "percent"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 12
}
]
theme: "dark"
}