Example 14966

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Abshire - Hickle Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/traffic"
chart_type: "area"
period: "30d"
}

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

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

theme: "dark"
}

See also