Example 13364
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Will - Kuhlman Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/traffic"
chart_type: "bar"
period: "30d"
}
{
type: "stat"
title: "Total Users"
source: "/api/stats/users"
format: "percent"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 17
}
]
theme: "auto"
}