Example 10363
Dashboard Layout
Dashboard widget layout configuration.
{
title: "D'Amore - Prohaska Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "bar"
period: "90d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/users"
format: "number"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 5
}
]
theme: "auto"
}