Appearance
975 - Dashboard Layout
Dashboard widget layout configuration. This is an example of a MAML document.
maml
{
title: "Volkman Group Dashboard"
refresh_interval: 30 # seconds
widgets: [
{
type: "chart"
title: "Revenue"
source: "/api/metrics/revenue"
chart_type: "area"
period: "30d"
}
{
type: "stat"
title: "MRR"
source: "/api/stats/users"
format: "percent"
}
{
type: "table"
title: "Latest Signups"
source: "/api/recent/orders"
limit: 16
}
]
theme: "light"
}