Example 10761

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Wuckert, Ebert and Abbott-Friesen Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/revenue"
chart_type: "line"
period: "30d"
}

{
type: "stat"
title: "Uptime"
source: "/api/stats/revenue"
format: "currency"
}

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

theme: "auto"
}

See also