Example 14273
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Okuneva, Kub and Weimann Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/traffic"
chart_type: "area"
period: "7d"
}
{
type: "stat"
title: "Total Users"
source: "/api/stats/revenue"
format: "currency"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 13
}
]
theme: "light"
}