Example 10772

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Bednar, Johnston and Metz-Waelchi Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/revenue"
chart_type: "line"
period: "30d"
}

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

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

theme: "dark"
}

See also