Example 12577

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Grimes, McKenzie and Runolfsdottir Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/revenue"
chart_type: "line"
period: "30d"
}

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

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

theme: "auto"
}

See also