Example 9577

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Becker-Rolfson Inc Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/traffic"
chart_type: "area"
period: "30d"
}

{
type: "stat"
title: "Uptime"
source: "/api/stats/users"
format: "percent"
}

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

theme: "dark"
}

See also