Progress Ring

Animated SVG circular progress gauge. Animates from 0 to value on load.

Surfaces
gasweb
Fields
FieldType
valuenumeric value 0-100 (required)required
sizering diameter in px (default 100)required
stroke_widthring stroke thickness (default 8)required
colorring fill colour (default var(--a2ui-accent))required
track_colorbackground ring colour (default var(--border))required
labeloptional caption below the ringoptional
show_valueshow numeric value inside ring (default true)required
unitunit string (default %)required
Example payload
{
  "type": "progress_ring",
  "value": "1,234"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:progress_ring",
  "displayName": "Progress Ring",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/progress_ring",
  "capabilities": [
    "gas",
    "web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Animated SVG circular progress gauge. Animates from 0 to value on load",
    "render a progress ring"
  ]
}
← 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 →