Example 8064

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Reichel - Parker Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/revenue"
chart_type: "line"
period: "30d"
}

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

{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 19
}
]

theme: "dark"
}

See also