Example 7169
Dashboard Layout
Dashboard widget layout configuration.
{
title: "West - Miller Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/revenue"
format: "percent"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 21
}
]
theme: "light"
}