Example 8768
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Turcotte Inc Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/traffic"
chart_type: "area"
period: "7d"
}
{
type: "stat"
title: "Uptime"
source: "/api/stats/revenue"
format: "currency"
}
{
type: "table"
title: "Top Pages"
source: "/api/recent/signups"
limit: 21
}
]
theme: "light"
}