Example 14074

Dashboard Layout

Dashboard widget layout configuration.

{
title: "Dickinson, Sporer and Farrell Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "area"
period: "7d"
}

{
type: "stat"
title: "Error Rate"
source: "/api/stats/users"
format: "currency"
}

{
type: "table"
title: "Top Pages"
source: "/api/recent/signups"
limit: 18
}
]

theme: "auto"
}

See also