Example 15363
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Gutmann - D'Amore Dashboard"
refresh_interval: 60 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/revenue"
chart_type: "line"
period: "90d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/users"
format: "percent"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/orders"
limit: 18
}
]
theme: "light"
}