Example 16872
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Jacobi - Mayert Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/revenue"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "MRR"
source: "/api/stats/users"
format: "currency"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 15
}
]
theme: "dark"
}