ARIA · table fallbackAccessibility
Canvas ARIA metadata is paired with a text summary and table fallback.
Graflume · Alpha
Map word weights to type size in a deterministic spiral layout. These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Chart family · Specialized families
Map word weights to type size in a deterministic spiral layout.
wordCloud()graflume/completeword-cloudChart-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 cloud uses runnable data and options to demonstrate weight scale; bounded spiral.
StatusLoading
word-cloudweight scalebounded spiraliterative bounding-box collision searchfixed rotation setexact word hittokenizer/stopword/n-gramdeterministic seedpadding and allowed-rotation APILoading
Row data and zero-copy TypedArray columns share one data contract.
wordordinal | weightquantitative |
|---|---|
| Visualization | 100 |
| Statistics | 88 |
| Interaction | 81 |
| Accessibility | 76 |
| Canvas | 70 |
| Spatial | 65 |
| Scales | 61 |
| Uncertainty | 56 |
| Keyboard | 51 |
| Contrast | 47 |
| Themes | 43 |
| Tooltips | 39 |
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 cloud 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"
}
],
"title": "Word cloud",
"trigger": "mark"
}
},
"locale": "en",
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Word cloud uses runnable data and options to demonstrate weight scale; bounded spiral.",
"text": "Word cloud"
},
"width": "container",
"x": {
"field": "word",
"title": "Topic",
"type": "ordinal"
},
"y": {
"field": "weight",
"title": "Mentions",
"type": "quantitative"
}
};
Graflume.wordCloud('#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 cloud 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"
}
],
"title": "Word cloud",
"trigger": "mark"
}
},
"locale": "en",
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Word cloud uses runnable data and options to demonstrate weight scale; bounded spiral.",
"text": "Word cloud"
},
"width": "container",
"x": {
"field": "word",
"title": "Topic",
"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 · 1 compatibility identifiers
| ID | Name | Quick API | mode | mark | renderer |
|---|---|---|---|---|---|
word-cloud | Word cloud | wordCloud() | default | word-cloud | canvas |
| Identifier | Canonical mode ID |
|---|---|
wordcloud | word-cloud |
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.