Example 10566
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Friesen - Carroll-Koelpin Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/revenue"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/revenue"
format: "number"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/orders"
limit: 5
}
]
theme: "dark"
}