Renders a semi-circular radial gauge track with high contrast status quadrants, a glowing needle tick, and a prominent central KPI readout.
| Field | Type | |
|---|---|---|
| title | string (optional, e.g., 'API Response SLA') | optional |
| value | number representing current value (e.g., 99.4) | required |
| max_value | number representing maximum gauge scale (e.g., 100) | required |
| unit | string (optional, e.g., '%') | optional |
| label | string (optional, e.g., 'SLA Met') | optional |
{
"type": "gauge_sla",
"value": 75,
"max_value": 5
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:gauge_sla",
"displayName": "Gauge Sla",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/gauge_sla",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a semi-circular radial gauge track with high contrast status quadrants, a glowing needle tick, and a prominent central KPI readout.",
"representativeQueries": [
"show a radial SLA gauge with glowing pointer and large metric value",
"renders a semi-circular radial gauge track with high contrast status quadrants, a glowing needle tic",
"render a gauge sla"
]
}
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 →