Compact grid of multiple labeled sparklines for at-a-glance multi-metric comparison.
| Surface | Note |
|---|---|
| SVG sparklines may not render. |
| Field | Type | |
|---|---|---|
| series | array of {label, data}. Sparkline series. | required |
{
"type": "mini_sparkline_set",
"series": [
{
"label": "Series A",
"data": [
10,
20,
30,
40
]
},
{
"label": "Series B",
"data": [
5,
15,
25,
35
]
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:mini_sparkline_set",
"displayName": "Mini Sparkline Set",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/mini_sparkline_set",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Compact grid of multiple labeled sparklines for at-a-glance multi-metric comparison.",
"representativeQueries": [
"show a compact grid of multiple labeled sparklines",
"compact grid of multiple labeled sparklines for at-a-glance multi-metric comparison.",
"render a mini sparkline set"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →