Example 7372
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Gorczany Inc Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/traffic"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "Total Users"
source: "/api/stats/revenue"
format: "number"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/orders"
limit: 15
}
]
theme: "light"
}