Example 5666

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Hahn LLC Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/revenue"
chart_type: "bar"
period: "30d"
}

{
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