Example 7066
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Upton, Stokes and Hahn Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/traffic"
chart_type: "bar"
period: "30d"
}
{
type: "stat"
title: "Uptime"
source: "/api/stats/revenue"
format: "number"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 16
}
]
theme: "light"
}