Example 7674

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Moore-Luettgen - Ortiz Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "area"
period: "30d"
}

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

{
type: "table"
title: "Top Pages"
source: "/api/recent/orders"
limit: 11
}
]

theme: "light"
}

See also