ARIA · table fallback접근성
Canvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
Graflume · Alpha
노드와 방향성 연결, 연결 강도를 결정적 네트워크 배치로 보여줍니다. Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
차트 계열 · 고급 차트 계열
노드와 방향성 연결, 연결 강도를 결정적 네트워크 배치로 보여줍니다.
network()graflume/completegraph차트 고유 기능
Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
Graph chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: stable node/source/target IDs · tree preset.
상태불러오는 중
graphstable node/source/target IDstree presetedge routing불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
sourceordinal | valuequantitative | targetordinal |
|---|---|---|
| Collected | 86 | Validated |
| Collected | 14 | Review queue |
| Validated | 58 | Aggregated |
| Validated | 28 | Exploration |
| Aggregated | 36 | Reports |
| Aggregated | 22 | Alerts |
| Exploration | 18 | Models |
| Exploration | 10 | Exports |
브라우저 API
const data = [
{
"source": "Collected",
"target": "Validated",
"value": 86
},
{
"source": "Collected",
"target": "Review queue",
"value": 14
},
{
"source": "Validated",
"target": "Aggregated",
"value": 58
},
{
"source": "Validated",
"target": "Exploration",
"value": 28
},
{
"source": "Aggregated",
"target": "Reports",
"value": 36
},
{
"source": "Aggregated",
"target": "Alerts",
"value": 22
},
{
"source": "Exploration",
"target": "Models",
"value": 18
},
{
"source": "Exploration",
"target": "Exports",
"value": 10
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target",
"value": "value"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Graph chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: stable node/source/target IDs · tree preset.",
"text": "Network"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"type": "quantitative"
}
};
Graflume.graph('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target",
"value": "value"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Graph chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: stable node/source/target IDs · tree preset.",
"text": "Network"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"type": "quantitative"
}
}Connection lines 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: circular node-link · directed/multiedge/self-loop/compound/port model.
상태불러오는 중
linescircular node-linkdirected/multiedge/self-loop/compound/port model불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
sourceordinal | valuequantitative | targetordinal |
|---|---|---|
| Collected | 86 | Validated |
| Collected | 14 | Review queue |
| Validated | 58 | Aggregated |
| Validated | 28 | Exploration |
| Aggregated | 36 | Reports |
| Aggregated | 22 | Alerts |
| Exploration | 18 | Models |
| Exploration | 10 | Exports |
브라우저 API
const data = [
{
"source": "Collected",
"target": "Validated",
"value": 86
},
{
"source": "Collected",
"target": "Review queue",
"value": 14
},
{
"source": "Validated",
"target": "Aggregated",
"value": 58
},
{
"source": "Validated",
"target": "Exploration",
"value": 28
},
{
"source": "Aggregated",
"target": "Reports",
"value": 36
},
{
"source": "Aggregated",
"target": "Alerts",
"value": 22
},
{
"source": "Exploration",
"target": "Models",
"value": 18
},
{
"source": "Exploration",
"target": "Exports",
"value": 10
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network · Connection lines 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network · Connection lines",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Connection lines 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: circular node-link · directed/multiedge/self-loop/compound/port model.",
"text": "Network · Connection lines"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"type": "quantitative"
}
};
Graflume.lines('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network · Connection lines 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network · Connection lines",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Connection lines 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: circular node-link · directed/multiedge/self-loop/compound/port model.",
"text": "Network · Connection lines"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"type": "quantitative"
}
}Arc diagram 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: arc diagram · force/radial/grid/DAG layouts.
상태불러오는 중
arc-diagramarc diagramforce/radial/grid/DAG layouts불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
sourceordinal | valuequantitative | targetordinal |
|---|---|---|
| Collected | 86 | Validated |
| Collected | 14 | Review queue |
| Validated | 58 | Aggregated |
| Validated | 28 | Exploration |
| Aggregated | 36 | Reports |
| Aggregated | 22 | Alerts |
| Exploration | 18 | Models |
| Exploration | 10 | Exports |
브라우저 API
const data = [
{
"source": "Collected",
"target": "Validated",
"value": 86
},
{
"source": "Collected",
"target": "Review queue",
"value": 14
},
{
"source": "Validated",
"target": "Aggregated",
"value": 58
},
{
"source": "Validated",
"target": "Exploration",
"value": 28
},
{
"source": "Aggregated",
"target": "Reports",
"value": 36
},
{
"source": "Aggregated",
"target": "Alerts",
"value": 22
},
{
"source": "Exploration",
"target": "Models",
"value": 18
},
{
"source": "Exploration",
"target": "Exports",
"value": 10
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network · Arc diagram 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network · Arc diagram",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target",
"value": "value"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Arc diagram 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: arc diagram · force/radial/grid/DAG layouts.",
"text": "Network · Arc diagram"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"type": "quantitative"
}
};
Graflume.arcDiagram('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network · Arc diagram 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network · Arc diagram",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target",
"value": "value"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Arc diagram 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: arc diagram · force/radial/grid/DAG layouts.",
"text": "Network · Arc diagram"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"type": "quantitative"
}
}Network graph 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: connection arrows · drag/pin/collapse/lasso.
상태불러오는 중
network-graphconnection arrowsdrag/pin/collapse/lasso불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
sourceordinal | valuequantitative | targetordinal |
|---|---|---|
| Collected | 86 | Validated |
| Collected | 14 | Review queue |
| Validated | 58 | Aggregated |
| Validated | 28 | Exploration |
| Aggregated | 36 | Reports |
| Aggregated | 22 | Alerts |
| Exploration | 18 | Models |
| Exploration | 10 | Exports |
브라우저 API
const data = [
{
"source": "Collected",
"target": "Validated",
"value": 86
},
{
"source": "Collected",
"target": "Review queue",
"value": 14
},
{
"source": "Validated",
"target": "Aggregated",
"value": 58
},
{
"source": "Validated",
"target": "Exploration",
"value": 28
},
{
"source": "Aggregated",
"target": "Reports",
"value": 36
},
{
"source": "Aggregated",
"target": "Alerts",
"value": 22
},
{
"source": "Exploration",
"target": "Models",
"value": 18
},
{
"source": "Exploration",
"target": "Exports",
"value": 10
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network · Network graph 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network · Network graph",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target",
"value": "value"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Network graph 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: connection arrows · drag/pin/collapse/lasso.",
"text": "Network · Network graph"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"type": "quantitative"
}
};
Graflume.networkGraph('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Network · Network graph 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": "node",
"format": "auto",
"label": "노드"
},
{
"field": "degree",
"format": "integer",
"label": "연결 수"
},
{
"field": "total",
"format": "number",
"label": "합계"
},
{
"field": "source",
"format": "auto",
"label": "출발"
},
{
"field": "target",
"format": "auto",
"label": "대상"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Network · Network graph",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"fields": {
"target": "target",
"value": "value"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Network graph 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: connection arrows · drag/pin/collapse/lasso.",
"text": "Network · Network graph"
},
"width": "container",
"x": {
"field": "source",
"title": "Workflow node",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Interactions",
"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.
4 modes · 2 compatibility identifiers
| ID | Name | Quick API | mode | mark | renderer |
|---|---|---|---|---|---|
graph | Graph chart | graph() | node-link | graph | canvas |
lines | Connection lines | lines() | connections | lines | canvas |
arc-diagram | Arc diagram | arcDiagram() | arc-diagram | arc-diagram | canvas |
network-graph | Network graph | networkGraph() | network-graph | graph | canvas |
| Identifier | Canonical mode ID |
|---|---|
arcdiagram | arc-diagram |
networkgraph | network-graph |
매뉴얼
ARIA · table fallbackCanvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
standard · large · ultrastandard·large·ultra 프로필은 렌더링 작업량을 제한합니다.