Example 11862
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Haley, Pfeffer and Sawayn Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "line"
period: "30d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/users"
format: "number"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 17
}
]
theme: "dark"
}