Example 4664

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Schmidt, Marquardt and Wiegand Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/traffic"
chart_type: "bar"
period: "30d"
}

{
type: "stat"
title: "Error Rate"
source: "/api/stats/users"
format: "currency"
}

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

theme: "light"
}

See also