Appearance
176 - Dashboard Layout
Dashboard widget layout configuration. This is an example of a MAML document.
maml
{
title: "Runolfsson and Sons Dashboard"
refresh_interval: 300 # seconds
widgets: [
{
type: "chart"
title: "Traffic"
source: "/api/metrics/traffic"
chart_type: "line"
period: "7d"
}
{
type: "stat"
title: "Uptime"
source: "/api/stats/users"
format: "number"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/signups"
limit: 15
}
]
theme: "dark"
}