Example 7477

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Rutherford, Rau and Roob Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "line"
period: "7d"
}

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

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

theme: "auto"
}

See also