Example 12980

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Stehr - Stroman Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/revenue"
chart_type: "area"
period: "30d"
}

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

{
type: "table"
title: "Top Pages"
source: "/api/recent/signups"
limit: 16
}
]

theme: "light"
}

See also