ARIA · table fallbackAccessibility
Canvas ARIA metadata is paired with a text summary and table fallback.
Graflume · Alpha
Show how positive and negative changes contribute to a running total. 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
Show how positive and negative changes contribute to a running total.
waterfall()graflumewaterfallChart-specific features
These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Waterfall chart uses runnable data and options to demonstrate running sum; connectors.
StatusLoading
waterfallrunning sumconnectorspositive and negative stylingexplicit relative/absolute/subtotal/total semanticsLoading
Row data and zero-copy TypedArray columns share one data contract.
categoryordinal | valuequantitative |
|---|---|
| Opening MRR | 420 |
| New teams | 86 |
| Plan upgrades | 34 |
| Reactivations | 12 |
| Downgrades | -18 |
| Churn | -41 |
| Currency impact | -5 |
Browser API
const data = [
{
"category": "Opening MRR",
"value": 420
},
{
"category": "New teams",
"value": 86
},
{
"category": "Plan upgrades",
"value": 34
},
{
"category": "Reactivations",
"value": 12
},
{
"category": "Downgrades",
"value": -18
},
{
"category": "Churn",
"value": -41
},
{
"category": "Currency impact",
"value": -5
}
];
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": "Waterfall example"
},
"axes": {
"x": {
"labels": {
"orientation": "horizontal"
}
},
"y": {
"format": {
"fractionDigits": 0,
"prefix": "₩",
"suffix": "M",
"type": "compact"
}
}
},
"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": {
"axis": "x",
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"label": "Value"
}
],
"title": "Waterfall",
"trigger": "axis"
}
},
"locale": "en",
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Waterfall chart uses runnable data and options to demonstrate running sum; connectors.",
"text": "Waterfall"
},
"width": "container",
"x": {
"field": "category",
"title": "Revenue driver",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "MRR change (kUSD)",
"type": "quantitative"
}
};
Graflume.waterfall('#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": "Waterfall example"
},
"axes": {
"x": {
"labels": {
"orientation": "horizontal"
}
},
"y": {
"format": {
"fractionDigits": 0,
"prefix": "₩",
"suffix": "M",
"type": "compact"
}
}
},
"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": {
"axis": "x",
"fields": [
{
"field": "category",
"format": "auto",
"label": "Category"
},
{
"field": "value",
"format": "number",
"label": "Value"
}
],
"title": "Waterfall",
"trigger": "axis"
}
},
"locale": "en",
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Waterfall chart uses runnable data and options to demonstrate running sum; connectors.",
"text": "Waterfall"
},
"width": "container",
"x": {
"field": "category",
"title": "Revenue driver",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "MRR change (kUSD)",
"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.
1 modes · 1 compatibility identifiers
| ID | Name | Quick API | mode | mark | renderer |
|---|---|---|---|---|---|
waterfall | Waterfall chart | waterfall() | default | waterfall | canvas |
| Identifier | Canonical mode ID |
|---|---|
waterfall | waterfall |
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.