Animated SVG circular progress gauge. Animates from 0 to value on load.
| Field | Type | |
|---|---|---|
| value | numeric value 0-100 (required) | required |
| size | ring diameter in px (default 100) | required |
| stroke_width | ring stroke thickness (default 8) | required |
| color | ring fill colour (default var(--a2ui-accent)) | required |
| track_color | background ring colour (default var(--border)) | required |
| label | optional caption below the ring | optional |
| show_value | show numeric value inside ring (default true) | required |
| unit | unit string (default %) | required |
{
"type": "progress_ring",
"value": "1,234"
}
{
"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"
]
}
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 →