Mini Sparkline Set

Compact grid of multiple labeled sparklines for at-a-glance multi-metric comparison.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
emailSVG sparklines may not render.
Fields
FieldType
seriesarray of {label, data}. Sparkline series.required
Example payload
{
  "type": "mini_sparkline_set",
  "series": [
    {
      "label": "Series A",
      "data": [
        10,
        20,
        30,
        40
      ]
    },
    {
      "label": "Series B",
      "data": [
        5,
        15,
        25,
        35
      ]
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →