ARIA · table fallbackAccessibility
Canvas ARIA metadata is paired with a text summary and table fallback.
Graflume · Alpha
Transform normalized complex impedance into reflection coordinates over resistance circles and reactance curves. 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
Transform normalized complex impedance into reflection coordinates over resistance circles and reactance curves.
smith()graflume/completesmithChart-specific features
These tabs come from Graflume's public catalog. Every mode owns runnable data, options, a Quick API, and source-backed feature claims.
Smith chart uses runnable data and options to demonstrate normalized impedance to reflection transform; resistance/reactance grid.
StatusLoading
smithnormalized impedance to reflection transformresistance/reactance gridline and scattermultiple seriesimpedance/admittance/combined modesreference impedanceS/Z/Y/reflection inputsspecialized labels and tooltipLoading
Row data and zero-copy TypedArray columns share one data contract.
realquantitative | imaginaryquantitative |
|---|---|
| 0.12 | -1.376 |
| 0.31 | -1.265 |
| 0.5 | -1.108 |
| 0.69 | -0.912 |
| 0.88 | -0.682 |
| 1.07 | -0.429 |
| 1.26 | -0.159 |
| 1.45 | 0.116 |
| 1.64 | 0.387 |
| 1.83 | 0.644 |
| 2.02 | 0.878 |
| 2.21 | 1.08 |
| 2.4 | 1.243 |
| 2.59 | 1.362 |
| 2.78 | 1.431 |
Browser API
const data = [
{
"imaginary": -1.376,
"real": 0.12
},
{
"imaginary": -1.265,
"real": 0.31
},
{
"imaginary": -1.108,
"real": 0.5
},
{
"imaginary": -0.912,
"real": 0.69
},
{
"imaginary": -0.682,
"real": 0.88
},
{
"imaginary": -0.429,
"real": 1.07
},
{
"imaginary": -0.159,
"real": 1.26
},
{
"imaginary": 0.116,
"real": 1.45
},
{
"imaginary": 0.387,
"real": 1.64
},
{
"imaginary": 0.644,
"real": 1.83
},
{
"imaginary": 0.878,
"real": 2.02
},
{
"imaginary": 1.08,
"real": 2.21
},
{
"imaginary": 1.243,
"real": 2.4
},
{
"imaginary": 1.362,
"real": 2.59
},
{
"imaginary": 1.431,
"real": 2.78
}
];
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": "Smith 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": "real",
"format": "number",
"label": "Real"
},
{
"field": "imaginary",
"format": "number",
"label": "Imaginary"
}
],
"title": "Smith",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"options": {
"mode": "line"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Smith chart uses runnable data and options to demonstrate normalized impedance to reflection transform; resistance/reactance grid.",
"text": "Smith"
},
"width": "container",
"x": {
"field": "real",
"title": "Normalized resistance",
"type": "quantitative"
},
"y": {
"field": "imaginary",
"title": "Normalized reactance",
"type": "quantitative"
}
};
Graflume.smith('#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": "Smith 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": "real",
"format": "number",
"label": "Real"
},
{
"field": "imaginary",
"format": "number",
"label": "Imaginary"
}
],
"title": "Smith",
"trigger": "mark"
}
},
"locale": "en",
"mark": {
"options": {
"mode": "line"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Smith chart uses runnable data and options to demonstrate normalized impedance to reflection transform; resistance/reactance grid.",
"text": "Smith"
},
"width": "container",
"x": {
"field": "real",
"title": "Normalized resistance",
"type": "quantitative"
},
"y": {
"field": "imaginary",
"title": "Normalized reactance",
"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 |
|---|---|---|---|---|---|
smith | Smith chart | smith() | default | smith | 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.