Example 4068
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Effertz, Stiedemann and Borer Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "MRR"
source: "/api/stats/revenue"
format: "currency"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 9
}
]
theme: "auto"
}