ARIA · table fallback접근성
Canvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
Graflume · Alpha
정규화된 복소 임피던스를 저항 원과 리액턴스 곡선 위의 반사 계수로 변환합니다. Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
차트 계열 · 고급 차트 계열
정규화된 복소 임피던스를 저항 원과 리액턴스 곡선 위의 반사 계수로 변환합니다.
smith()graflume/completesmith차트 고유 기능
Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
Smith chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: normalized impedance to reflection transform · resistance/reactance grid.
상태불러오는 중
smithnormalized impedance to reflection transformresistance/reactance gridline and scattermultiple seriesimpedance/admittance/combined modesreference impedanceS/Z/Y/reflection inputsspecialized labels and tooltip불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
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 |
브라우저 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": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Smith example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "차트 조작",
"enterFullscreen": "전체 화면 열기",
"exitFullscreen": "전체 화면 닫기",
"exportPng": "PNG 다운로드",
"hideAnnotations": "설명 말풍선 숨기기",
"loop": "반복 재생",
"nextFrame": "다음 프레임",
"pause": "일시 정지",
"play": "재생",
"previousFrame": "이전 프레임",
"reset": "보기 초기화",
"seek": "재생 위치",
"showAnnotations": "설명 말풍선 표시",
"speed": "재생 속도",
"zoomIn": "확대",
"zoomOut": "축소"
},
"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": "ko",
"mark": {
"options": {
"mode": "line"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Smith chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: 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);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Smith example"
},
"axes": {
"x": false,
"y": false
},
"height": 620,
"interaction": {
"controls": {
"annotations": false,
"export": true,
"fullscreen": true,
"labels": {
"controls": "차트 조작",
"enterFullscreen": "전체 화면 열기",
"exitFullscreen": "전체 화면 닫기",
"exportPng": "PNG 다운로드",
"hideAnnotations": "설명 말풍선 숨기기",
"loop": "반복 재생",
"nextFrame": "다음 프레임",
"pause": "일시 정지",
"play": "재생",
"previousFrame": "이전 프레임",
"reset": "보기 초기화",
"seek": "재생 위치",
"showAnnotations": "설명 말풍선 표시",
"speed": "재생 속도",
"zoomIn": "확대",
"zoomOut": "축소"
},
"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": "ko",
"mark": {
"options": {
"mode": "line"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Smith chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: 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 |
매뉴얼
ARIA · table fallbackCanvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
standard · large · ultrastandard·large·ultra 프로필은 렌더링 작업량을 제한합니다.