Example 9973
Dashboard Layout
Dashboard widget layout configuration.
{
title: "Rohan - Ferry Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/traffic"
chart_type: "bar"
period: "90d"
}
{
type: "stat"
title: "Error Rate"
source: "/api/stats/users"
format: "currency"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 15
}
]
theme: "dark"
}