ARIA · table fallbackAccessibility
Canvas ARIA metadata is paired with a text summary and table fallback.
Graflume · Alpha
Compare every pair of quantitative dimensions as scatter cells with diagonal histograms. These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Chart family · Advanced families
Compare every pair of quantitative dimensions as scatter cells with diagonal histograms.
scatterMatrix()graflume/completescatter-matrixChart-specific features
These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Scatter matrix uses runnable data and options to demonstrate up to eight dimensions; explicit dimension order.
StatusLoading
scatter-matrixup to eight dimensionsexplicit dimension orderdiagonal histogramoff-diagonal scattershared category colorselectable diagonal KDE/ECDFupper/lower mark selectionlinked brushLoading
Row data and zero-copy TypedArray columns share one data contract.
speedquantitative | qualityquantitative | costquantitative |
|---|---|---|
| 61 | 75 | 82 |
| 67.65 | 75.07 | 82.79 |
| 71.88 | 73.38 | 83.22 |
| 72.41 | 70.75 | 83.01 |
| 69.68 | 68.28 | 81.97 |
| 65.69 | 67.03 | 80.07 |
| 63.03 | 67.69 | 77.41 |
| 63.64 | 70.38 | 74.25 |
| 67.95 | 74.65 | 70.92 |
| 74.63 | 79.55 | 67.77 |
| 81.26 | 83.96 | 65.14 |
| 85.41 | 86.91 | 63.27 |
| 85.84 | 87.85 | 62.27 |
| 83.05 | 86.83 | 62.08 |
| 79.07 | 84.47 | 62.54 |
| 76.46 | 81.8 | 63.33 |
| 77.17 | 79.92 | 64.12 |
| 81.55 | 79.72 | 64.53 |
Browser API
const data = [
{
"cost": 82,
"name": "Aurora · Seoul",
"quality": 75,
"region": "Seoul",
"speed": 61,
"train": "Aurora"
},
{
"cost": 82.79,
"name": "Aurora · Paris",
"quality": 75.07,
"region": "Paris",
"speed": 67.65,
"train": "Aurora"
},
{
"cost": 83.22,
"name": "Aurora · Austin",
"quality": 73.38,
"region": "Austin",
"speed": 71.88,
"train": "Aurora"
},
{
"cost": 83.01,
"name": "Beacon · Seoul",
"quality": 70.75,
"region": "Seoul",
"speed": 72.41,
"train": "Beacon"
},
{
"cost": 81.97,
"name": "Beacon · Paris",
"quality": 68.28,
"region": "Paris",
"speed": 69.68,
"train": "Beacon"
},
{
"cost": 80.07,
"name": "Beacon · Austin",
"quality": 67.03,
"region": "Austin",
"speed": 65.69,
"train": "Beacon"
},
{
"cost": 77.41,
"name": "Cinder · Seoul",
"quality": 67.69,
"region": "Seoul",
"speed": 63.03,
"train": "Cinder"
},
{
"cost": 74.25,
"name": "Cinder · Paris",
"quality": 70.38,
"region": "Paris",
"speed": 63.64,
"train": "Cinder"
},
{
"cost": 70.92,
"name": "Cinder · Austin",
"quality": 74.65,
"region": "Austin",
"speed": 67.95,
"train": "Cinder"
},
{
"cost": 67.77,
"name": "Delta · Seoul",
"quality": 79.55,
"region": "Seoul",
"speed": 74.63,
"train": "Delta"
},
{
"cost": 65.14,
"name": "Delta · Paris",
"quality": 83.96,
"region": "Paris",
"speed": 81.26,
"train": "Delta"
},
{
"cost": 63.27,
"name": "Delta · Austin",
"quality": 86.91,
"region": "Austin",
"speed": 85.41,
"train": "Delta"
},
{
"cost": 62.27,
"name": "Ember · Seoul",
"quality": 87.85,
"region": "Seoul",
"speed": 85.84,
"train": "Ember"
},
{
"cost": 62.08,
"name": "Ember · Paris",
"quality": 86.83,
"region": "Paris",
"speed": 83.05,
"train": "Ember"
},
{
"cost": 62.54,
"name": "Ember · Austin",
"quality": 84.47,
"region": "Austin",
"speed": 79.07,
"train": "Ember"
},
{
"cost": 63.33,
"name": "Fjord · Seoul",
"quality": 81.8,
"region": "Seoul",
"speed": 76.46,
"train": "Fjord"
},
{
"cost": 64.12,
"name": "Fjord · Paris",
"quality": 79.92,
"region": "Paris",
"speed": 77.17,
"train": "Fjord"
},
{
"cost": 64.53,
"name": "Fjord · Austin",
"quality": 79.72,
"region": "Austin",
"speed": 81.55,
"train": "Fjord"
}
];
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": "Scatter matrix 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": "speed",
"format": "number",
"label": "Speed"
},
{
"field": "quality",
"format": "number",
"label": "Quality"
},
{
"field": "cost",
"format": "number",
"label": "Cost"
}
],
"title": "Scatter matrix",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"options": {
"dimensions": [
"speed",
"quality",
"cost"
]
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Scatter matrix uses runnable data and options to demonstrate up to eight dimensions; explicit dimension order.",
"text": "Scatter matrix"
},
"width": "container",
"x": {
"field": "speed",
"title": "Release metric",
"type": "quantitative"
},
"y": {
"field": "quality",
"title": "Release metric",
"type": "quantitative"
}
};
Graflume.scatterMatrix('#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": "Scatter matrix 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": "speed",
"format": "number",
"label": "Speed"
},
{
"field": "quality",
"format": "number",
"label": "Quality"
},
{
"field": "cost",
"format": "number",
"label": "Cost"
}
],
"title": "Scatter matrix",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"options": {
"dimensions": [
"speed",
"quality",
"cost"
]
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Scatter matrix uses runnable data and options to demonstrate up to eight dimensions; explicit dimension order.",
"text": "Scatter matrix"
},
"width": "container",
"x": {
"field": "speed",
"title": "Release metric",
"type": "quantitative"
},
"y": {
"field": "quality",
"title": "Release metric",
"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 |
|---|---|---|---|---|---|
scatter-matrix | Scatter matrix | scatterMatrix() | default | scatter-matrix | 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.