Example 12766
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Towne - Schamberger Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/traffic"
chart_type: "area"
period: "7d"
}
{
type: "stat"
title: "MRR"
source: "/api/stats/users"
format: "currency"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 23
}
]
theme: "auto"
}