Example 7478
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Mann, Klein and Deckow Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Signups"
source: "/api/metrics/revenue"
chart_type: "bar"
period: "30d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/revenue"
format: "percent"
}
{
type: "table"
title: "Recent Orders"
source: "/api/recent/signups"
limit: 13
}
]
theme: "auto"
}