Example 15573

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Kohler - Thompson Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Active Users"
source: "/api/metrics/traffic"
chart_type: "bar"
period: "30d"
}

{
type: "stat"
title: "MRR"
source: "/api/stats/users"
format: "number"
}

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

theme: "auto"
}

See also