ARIA · table fallbackAccessibility
Canvas ARIA metadata is paired with a text summary and table fallback.
Graflume · Alpha
Represent word-parent relationships and weights as a branching hierarchy. 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
Represent word-parent relationships and weights as a branching hierarchy.
wordTree()graflumeword-treeChart-specific features
These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Word tree uses runnable data and options to demonstrate prestructured phrase hierarchy; weighted labels and links.
StatusLoading
word-treeprestructured phrase hierarchyweighted labels and linkstokenization/case/stopword/stemmingprefix/suffix/reversephrase aggregation and pruningLoading
Row data and zero-copy TypedArray columns share one data contract.
wordordinal | weightquantitative | parentordinal |
|---|---|---|
| Visualization | 100 | — |
| Statistics | 88 | Visualization |
| Interaction | 81 | Visualization |
| Accessibility | 76 | Visualization |
| Canvas | 70 | Interaction |
| Spatial | 65 | Interaction |
| Scales | 61 | Statistics |
| Uncertainty | 56 | Statistics |
| Keyboard | 51 | Accessibility |
| Contrast | 47 | Accessibility |
| Themes | 43 | Canvas |
| Tooltips | 39 | Canvas |
Browser API
const data = [
{
"parent": "",
"weight": 100,
"word": "Visualization"
},
{
"parent": "Visualization",
"weight": 88,
"word": "Statistics"
},
{
"parent": "Visualization",
"weight": 81,
"word": "Interaction"
},
{
"parent": "Visualization",
"weight": 76,
"word": "Accessibility"
},
{
"parent": "Interaction",
"weight": 70,
"word": "Canvas"
},
{
"parent": "Interaction",
"weight": 65,
"word": "Spatial"
},
{
"parent": "Statistics",
"weight": 61,
"word": "Scales"
},
{
"parent": "Statistics",
"weight": 56,
"word": "Uncertainty"
},
{
"parent": "Accessibility",
"weight": 51,
"word": "Keyboard"
},
{
"parent": "Accessibility",
"weight": 47,
"word": "Contrast"
},
{
"parent": "Canvas",
"weight": 43,
"word": "Themes"
},
{
"parent": "Canvas",
"weight": 39,
"word": "Tooltips"
}
];
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": "Word tree 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": "word",
"format": "auto",
"label": "Word"
},
{
"field": "weight",
"format": "number",
"label": "Weight"
},
{
"field": "parent",
"format": "auto",
"label": "Parent"
}
],
"title": "Word tree",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"parent": "parent"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Word tree uses runnable data and options to demonstrate prestructured phrase hierarchy; weighted labels and links.",
"text": "Word tree"
},
"width": "container",
"x": {
"field": "word",
"title": "Concept",
"type": "ordinal"
},
"y": {
"field": "weight",
"title": "Mentions",
"type": "quantitative"
}
};
Graflume.wordTree('#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": "Word tree 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": "word",
"format": "auto",
"label": "Word"
},
{
"field": "weight",
"format": "number",
"label": "Weight"
},
{
"field": "parent",
"format": "auto",
"label": "Parent"
}
],
"title": "Word tree",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"fields": {
"parent": "parent"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Word tree uses runnable data and options to demonstrate prestructured phrase hierarchy; weighted labels and links.",
"text": "Word tree"
},
"width": "container",
"x": {
"field": "word",
"title": "Concept",
"type": "ordinal"
},
"y": {
"field": "weight",
"title": "Mentions",
"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 · 0 compatibility identifiers
| ID | Name | Quick API | mode | mark | renderer |
|---|---|---|---|---|---|
word-tree | Word tree | wordTree() | default | word-tree | canvas |
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.