Example 11261

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Homenick-Thompson LLC Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/revenue"
chart_type: "bar"
period: "30d"
}

{
type: "stat"
title: "Total Users"
source: "/api/stats/revenue"
format: "currency"
}

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

theme: "auto"
}

See also