ARIA · table fallbackAccessibility
Canvas ARIA metadata is paired with a text summary and table fallback.
Graflume · Alpha
Emphasize one metric's current level within a defined range. These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Chart family · Default families
Emphasize one metric's current level within a defined range.
gauge()graflumegaugeChart-specific features
These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Gauge chart uses runnable data and options to demonstrate radial arc; multiple rows.
StatusLoading
gaugeradial arcmultiple rowsLoading
Row data and zero-copy TypedArray columns share one data contract.
categoryordinal | valuequantitative | previousquantitative | targetquantitative |
|---|---|---|---|
| Reliability | 99.93 | 99.84 | 99.9 |
Browser API
const data = [
{
"category": "Reliability",
"previous": 99.84,
"target": 99.9,
"value": 99.93
}
];
const options = {
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "angular"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Gauge chart uses runnable data and options to demonstrate radial arc; multiple rows.",
"text": "Gauge"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
};
Graflume.gauge('#chart', data, options);Portable schema
{
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "angular"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Gauge chart uses runnable data and options to demonstrate radial arc; multiple rows.",
"text": "Gauge"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
}Number indicator uses runnable data and options to demonstrate needle and bar; threshold bands.
StatusLoading
gauge-numberneedle and barthreshold bandsLoading
Row data and zero-copy TypedArray columns share one data contract.
categoryordinal | valuequantitative | previousquantitative | targetquantitative |
|---|---|---|---|
| Reliability | 99.93 | 99.84 | 99.9 |
Browser API
const data = [
{
"category": "Reliability",
"previous": 99.84,
"target": 99.9,
"value": 99.93
}
];
const options = {
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Number indicator example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge · Number indicator",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "number"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Number indicator uses runnable data and options to demonstrate needle and bar; threshold bands.",
"text": "Gauge · Number indicator"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
};
Graflume.gaugeNumber('#chart', data, options);Portable schema
{
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Number indicator example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge · Number indicator",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "number"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Number indicator uses runnable data and options to demonstrate needle and bar; threshold bands.",
"text": "Gauge · Number indicator"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
}Delta indicator uses runnable data and options to demonstrate number and delta; custom ticks.
StatusLoading
gauge-deltanumber and deltacustom ticksLoading
Row data and zero-copy TypedArray columns share one data contract.
categoryordinal | valuequantitative | previousquantitative | targetquantitative |
|---|---|---|---|
| Reliability | 99.93 | 99.84 | 99.9 |
Browser API
const data = [
{
"category": "Reliability",
"previous": 99.84,
"target": 99.9,
"value": 99.93
}
];
const options = {
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Delta indicator example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge · Delta indicator",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "delta"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Delta indicator uses runnable data and options to demonstrate number and delta; custom ticks.",
"text": "Gauge · Delta indicator"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
};
Graflume.gaugeDelta('#chart', data, options);Portable schema
{
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Delta indicator example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge · Delta indicator",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "delta"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Delta indicator uses runnable data and options to demonstrate number and delta; custom ticks.",
"text": "Gauge · Delta indicator"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
}Bullet gauge uses runnable data and options to demonstrate linear bullet target; exact accessible value summary.
StatusLoading
gauge-bulletlinear bullet targetexact accessible value summaryLoading
Row data and zero-copy TypedArray columns share one data contract.
categoryordinal | valuequantitative | previousquantitative | targetquantitative |
|---|---|---|---|
| Reliability | 99.93 | 99.84 | 99.9 |
Browser API
const data = [
{
"category": "Reliability",
"previous": 99.84,
"target": 99.9,
"value": 99.93
}
];
const options = {
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Bullet gauge example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge · Bullet gauge",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "bullet"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Bullet gauge uses runnable data and options to demonstrate linear bullet target; exact accessible value summary.",
"text": "Gauge · Bullet gauge"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
};
Graflume.gaugeBullet('#chart', data, options);Portable schema
{
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Bullet gauge example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
},
{
"field": "previous",
"format": "number",
"label": "Previous"
},
{
"field": "target",
"format": "number",
"label": "Target"
}
],
"title": "Gauge · Bullet gauge",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"reference": "previous",
"target": "target"
},
"options": {
"max": 100,
"min": 0,
"mode": "bullet"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Bullet gauge uses runnable data and options to demonstrate linear bullet target; exact accessible value summary.",
"text": "Gauge · Bullet gauge"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
}Solid gauge uses runnable data and options to demonstrate solid gauge.
StatusLoading
solid-gaugesolid gaugeLoading
Row data and zero-copy TypedArray columns share one data contract.
categoryordinal | valuequantitative |
|---|---|
| Reliability | 99.93 |
Browser API
const data = [
{
"category": "Reliability",
"previous": 99.84,
"target": 99.9,
"value": 99.93
}
];
const options = {
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Solid gauge example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
}
],
"title": "Gauge · Solid gauge",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"options": {
"max": 100,
"min": 0
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Solid gauge uses runnable data and options to demonstrate solid gauge.",
"text": "Gauge · Solid gauge"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
};
Graflume.solidGauge('#chart', data, options);Portable schema
{
"accessibility": {
"description": "Zoom and pan inspect the rendered surface without changing data axes or values. When playback controls are available, they move through real steps in the order each unique value first appears in the source data.",
"label": "Gauge · Solid gauge example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "Chart controls",
"enterFullscreen": "Enter fullscreen",
"exitFullscreen": "Exit fullscreen",
"exportPng": "Download PNG",
"hideAnnotations": "Hide callouts",
"loop": "Loop playback",
"nextFrame": "Next frame",
"pause": "Pause",
"play": "Play",
"previousFrame": "Previous frame",
"reset": "Reset view",
"seek": "Playback position",
"showAnnotations": "Show callouts",
"speed": "Playback speed",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out"
},
"playback": false,
"reset": true,
"zoom": true
},
"hover": true,
"navigation": {
"drag": true,
"keyboard": true,
"maxZoom": 6,
"minZoom": 1,
"pinch": true,
"wheel": "modifier"
},
"tooltip": {
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"fractionDigits": 0,
"label": "Value",
"suffix": "%"
}
],
"title": "Gauge · Solid gauge",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"options": {
"max": 100,
"min": 0
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Solid gauge uses runnable data and options to demonstrate solid gauge.",
"text": "Gauge · Solid gauge"
},
"width": "container",
"x": {
"field": "category",
"title": "Service metric",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Percent",
"type": "quantitative"
}
}Catalog
The source-controlled catalog maps callable modes in this family and compatibility identifiers to their canonical modes. This table contains executable entries only.
5 modes · 2 compatibility identifiers
| ID | Name | Quick API | mode | mark | renderer |
|---|---|---|---|---|---|
gauge | Gauge chart | gauge() | default | gauge | canvas |
gauge-number | Number indicator | gaugeNumber() | number | gauge | canvas |
gauge-delta | Delta indicator | gaugeDelta() | delta | gauge | canvas |
gauge-bullet | Bullet gauge | gaugeBullet() | bullet | gauge | canvas |
solid-gauge | Solid gauge | solidGauge() | solid-gauge | solid-gauge | canvas |
| Identifier | Canonical mode ID |
|---|---|
gauge | gauge |
solidgauge | solid-gauge |
Manual
ARIA · table fallbackCanvas ARIA metadata is paired with a text summary and table fallback.
standard · large · ultraStandard, large, and ultra profiles bound rendering work.