Example 7075

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Spencer - Marks Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/traffic"
chart_type: "line"
period: "7d"
}

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

{
type: "table"
title: "Latest Signups"
source: "/api/recent/orders"
limit: 23
}
]

theme: "auto"
}

See also