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": [
"gas",
"web"
],
"description": "",
"representativeQueries": [
"show a Animated SVG circular progress gauge. Animates from 0 to value on load",
"render a progress ring"
]
}
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 →