Example 15264

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Schaden - McCullough Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/traffic"
chart_type: "line"
period: "90d"
}

{
type: "stat"
title: "MRR"
source: "/api/stats/revenue"
format: "percent"
}

{
type: "table"
title: "Top Pages"
source: "/api/recent/signups"
limit: 23
}
]

theme: "dark"
}

See also