Example 12571

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Raynor - Reinger Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/revenue"
chart_type: "bar"
period: "30d"
}

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

{
type: "table"
title: "Top Pages"
source: "/api/recent/signups"
limit: 8
}
]

theme: "light"
}

See also