Example 7563
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Kihn Inc Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/traffic"
chart_type: "area"
period: "7d"
}
{
type: "stat"
title: "MRR"
source: "/api/stats/revenue"
format: "currency"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/orders"
limit: 12
}
]
theme: "dark"
}