ARIA · table fallback접근성
Canvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
Graflume · Alpha
여러 수치 차원을 평행 축에 놓고 관측치별 프로필을 한 번에 비교합니다. Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
차트 계열 · 고급 차트 계열
여러 수치 차원을 평행 축에 놓고 관측치별 프로필을 한 번에 비교합니다.
parallel()graflume/completeparallel차트 고유 기능
Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
Parallel coordinates 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: numeric and ordinal normalization · aggregated categorical ribbons.
상태불러오는 중
parallelnumeric and ordinal normalizationaggregated categorical ribbonsmissing routingper-axis brush and linked filter불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
nameordinal | speedquantitative | qualityquantitative | costquantitative |
|---|---|---|---|
| Balanced | 82 | 84 | 63 |
| Fast | 94 | 72 | 76 |
| Precise | 69 | 95 | 71 |
| Efficient | 78 | 86 | 49 |
| Baseline | 62 | 68 | 58 |
브라우저 API
const data = [
{
"cost": 63,
"name": "Balanced",
"quality": 84,
"speed": 82
},
{
"cost": 76,
"name": "Fast",
"quality": 72,
"speed": 94
},
{
"cost": 71,
"name": "Precise",
"quality": 95,
"speed": 69
},
{
"cost": 49,
"name": "Efficient",
"quality": 86,
"speed": 78
},
{
"cost": 58,
"name": "Baseline",
"quality": 68,
"speed": 62
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Parallel coordinates 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": "name",
"format": "auto",
"label": "이름"
},
{
"field": "speed",
"format": "number",
"label": "속도"
},
{
"field": "quality",
"format": "number",
"label": "품질"
},
{
"field": "cost",
"format": "number",
"label": "비용"
}
],
"title": "Parallel coordinates",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"dimensions": [
"speed",
"quality",
"cost"
],
"mode": "coordinates"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Parallel coordinates 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: numeric and ordinal normalization · aggregated categorical ribbons.",
"text": "Parallel coordinates"
},
"width": "container",
"x": {
"field": "name",
"title": "Candidate",
"type": "ordinal"
},
"y": {
"field": "speed",
"title": "Score",
"type": "quantitative"
}
};
Graflume.parallel('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Parallel coordinates 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": "name",
"format": "auto",
"label": "이름"
},
{
"field": "speed",
"format": "number",
"label": "속도"
},
{
"field": "quality",
"format": "number",
"label": "품질"
},
{
"field": "cost",
"format": "number",
"label": "비용"
}
],
"title": "Parallel coordinates",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"dimensions": [
"speed",
"quality",
"cost"
],
"mode": "coordinates"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Parallel coordinates 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: numeric and ordinal normalization · aggregated categorical ribbons.",
"text": "Parallel coordinates"
},
"width": "container",
"x": {
"field": "name",
"title": "Candidate",
"type": "ordinal"
},
"y": {
"field": "speed",
"title": "Score",
"type": "quantitative"
}
}Parallel categories 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: category/group color · log scale.
상태불러오는 중
parallel-categoriescategory/group colorlog scaleaxis reorder/invert불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
regionordinal | valuequantitative | channelordinal | outcomeordinal |
|---|---|---|---|
| Asia | 1 | Organic | Expanded |
| Asia | 1 | Community | Expanded |
| Europe | 1 | Organic | Renewed |
| Europe | 1 | Partner | Expanded |
| Americas | 1 | Partner | Renewed |
| Americas | 1 | Community | Evaluating |
브라우저 API
const data = [
{
"channel": "Organic",
"outcome": "Expanded",
"region": "Asia",
"value": 1
},
{
"channel": "Community",
"outcome": "Expanded",
"region": "Asia",
"value": 1
},
{
"channel": "Organic",
"outcome": "Renewed",
"region": "Europe",
"value": 1
},
{
"channel": "Partner",
"outcome": "Expanded",
"region": "Europe",
"value": 1
},
{
"channel": "Partner",
"outcome": "Renewed",
"region": "Americas",
"value": 1
},
{
"channel": "Community",
"outcome": "Evaluating",
"region": "Americas",
"value": 1
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Parallel coordinates · Parallel categories 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": "region",
"format": "auto",
"label": "Region"
},
{
"field": "value",
"format": "number",
"label": "값"
},
{
"field": "channel",
"format": "auto",
"label": "Channel"
},
{
"field": "outcome",
"format": "auto",
"label": "Outcome"
}
],
"title": "Parallel coordinates · Parallel categories",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"dimensions": [
"region",
"channel",
"outcome"
],
"mode": "categories"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Parallel categories 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: category/group color · log scale.",
"text": "Parallel coordinates · Parallel categories"
},
"width": "container",
"x": {
"field": "region",
"title": "Region",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Path frequency",
"type": "quantitative"
}
};
Graflume.parallelCategories('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Parallel coordinates · Parallel categories 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": "region",
"format": "auto",
"label": "Region"
},
{
"field": "value",
"format": "number",
"label": "값"
},
{
"field": "channel",
"format": "auto",
"label": "Channel"
},
{
"field": "outcome",
"format": "auto",
"label": "Outcome"
}
],
"title": "Parallel coordinates · Parallel categories",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"dimensions": [
"region",
"channel",
"outcome"
],
"mode": "categories"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Parallel categories 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: category/group color · log scale.",
"text": "Parallel coordinates · Parallel categories"
},
"width": "container",
"x": {
"field": "region",
"title": "Region",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Path frequency",
"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.
2 modes · 0 compatibility identifiers
| ID | Name | Quick API | mode | mark | renderer |
|---|---|---|---|---|---|
parallel | Parallel coordinates | parallel() | default | parallel | canvas |
parallel-categories | Parallel categories | parallelCategories() | categories | parallel | canvas |
매뉴얼
ARIA · table fallbackCanvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
standard · large · ultrastandard·large·ultra 프로필은 렌더링 작업량을 제한합니다.