Example 6178

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Schimmel, Mann and Bins Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/traffic"
chart_type: "line"
period: "7d"
}

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

{
type: "table"
title: "Recent Orders"
source: "/api/recent/signups"
limit: 16
}
]

theme: "dark"
}

See also