Example 5667

Dashboard Layout

Dashboard widget layout configuration.

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

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

{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 22
}
]

theme: "light"
}

See also