Example 12166
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Prosacco, Kreiger and Breitenberg Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/revenue"
chart_type: "line"
period: "90d"
}
{
type: "stat"
title: "Total Users"
source: "/api/stats/revenue"
format: "percent"
}
{
type: "table"
title: "Top Pages"
source: "/api/recent/signups"
limit: 15
}
]
theme: "auto"
}