Example 5874

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Botsford, Zieme and Tremblay Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/revenue"
chart_type: "bar"
period: "90d"
}

{
type: "stat"
title: "Error Rate"
source: "/api/stats/revenue"
format: "percent"
}

{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 8
}
]

theme: "light"
}

See also