Progress Ring

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

Surfaces
webgoogle-apps-script-webgoogle-apps-script-side-panelmcp-apps
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": [
    "web",
    "google-apps-script-web",
    "google-apps-script-side-panel",
    "mcp-apps"
  ],
  "description": "Animated SVG circular progress gauge. Animates from 0 to value on load.",
  "representativeQueries": [
    "show a animated circular progress gauge",
    "animated svg circular progress gauge. animates from 0 to value on load.",
    "render a progress ring"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →