ARIA · table fallback접근성
Canvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
Graflume · Alpha
단계가 진행되며 감소하는 규모와 전환 손실을 깔때기 형태로 비교합니다. Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
차트 계열 · 고급 차트 계열
단계가 진행되며 감소하는 규모와 전환 손실을 깔때기 형태로 비교합니다.
funnel()graflume/completefunnel차트 고유 기능
Graflume 공개 카탈로그에 등록된 이 계열의 모든 실행 모드입니다. 각 탭은 독립 데이터, 옵션, Quick API와 지원 기능 근거를 가집니다.
Funnel chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: length funnel · neck configuration.
상태불러오는 중
funnellength funnelneck configuration불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
categoryordinal | valuequantitative |
|---|---|
| Visited | 12000 |
| Explored a chart | 8450 |
| Created a view | 5120 |
| Shared with a team | 2940 |
| Returned in 30 days | 1860 |
브라우저 API
const data = [
{
"category": "Visited",
"value": 12000
},
{
"category": "Explored a chart",
"value": 8450
},
{
"category": "Created a view",
"value": 5120
},
{
"category": "Shared with a team",
"value": 2940
},
{
"category": "Returned in 30 days",
"value": 1860
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"mode": "default"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Funnel chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: length funnel · neck configuration.",
"text": "Funnel"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
};
Graflume.funnel('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"mode": "default"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Funnel chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: length funnel · neck configuration.",
"text": "Funnel"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
}Funnel area chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: area-proportional funnel · outside label solver.
상태불러오는 중
funnel-areaarea-proportional funneloutside label solver불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
categoryordinal | valuequantitative |
|---|---|
| Visited | 12000 |
| Explored a chart | 8450 |
| Created a view | 5120 |
| Shared with a team | 2940 |
| Returned in 30 days | 1860 |
브라우저 API
const data = [
{
"category": "Visited",
"value": 12000
},
{
"category": "Explored a chart",
"value": 8450
},
{
"category": "Created a view",
"value": 5120
},
{
"category": "Shared with a team",
"value": 2940
},
{
"category": "Returned in 30 days",
"value": 1860
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Funnel area chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Funnel area chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"mode": "area"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Funnel area chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: area-proportional funnel · outside label solver.",
"text": "Funnel · Funnel area chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
};
Graflume.funnelArea('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Funnel area chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Funnel area chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"mode": "area"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Funnel area chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: area-proportional funnel · outside label solver.",
"text": "Funnel · Funnel area chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
}Depth funnel chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: pyramid and depth-styled variants.
상태불러오는 중
funnel-3dpyramid and depth-styled variants불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
categoryordinal | valuequantitative |
|---|---|
| Visited | 12000 |
| Explored a chart | 8450 |
| Created a view | 5120 |
| Shared with a team | 2940 |
| Returned in 30 days | 1860 |
브라우저 API
const data = [
{
"category": "Visited",
"value": 12000
},
{
"category": "Explored a chart",
"value": 8450
},
{
"category": "Created a view",
"value": 5120
},
{
"category": "Shared with a team",
"value": 2940
},
{
"category": "Returned in 30 days",
"value": 1860
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Depth funnel chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Depth funnel chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"variant": "funnel-3d"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Depth funnel chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: pyramid and depth-styled variants.",
"text": "Funnel · Depth funnel chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
};
Graflume.funnel3d('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Depth funnel chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Depth funnel chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"variant": "funnel-3d"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Depth funnel chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: pyramid and depth-styled variants.",
"text": "Funnel · Depth funnel chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
}Pyramid chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: sorting and value labels.
상태불러오는 중
pyramidsorting and value labels불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
categoryordinal | valuequantitative |
|---|---|
| Visited | 12000 |
| Explored a chart | 8450 |
| Created a view | 5120 |
| Shared with a team | 2940 |
| Returned in 30 days | 1860 |
브라우저 API
const data = [
{
"category": "Visited",
"value": 12000
},
{
"category": "Explored a chart",
"value": 8450
},
{
"category": "Created a view",
"value": 5120
},
{
"category": "Shared with a team",
"value": 2940
},
{
"category": "Returned in 30 days",
"value": 1860
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Pyramid chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Pyramid chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"variant": "pyramid"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Pyramid chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: sorting and value labels.",
"text": "Funnel · Pyramid chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
};
Graflume.pyramid('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Pyramid chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Pyramid chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"variant": "pyramid"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Pyramid chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: sorting and value labels.",
"text": "Funnel · Pyramid chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
}Depth pyramid chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: conversion/dropoff/cumulative semantics.
상태불러오는 중
pyramid-3dconversion/dropoff/cumulative semantics불러오는 중
행 데이터와 zero-copy TypedArray 열은 하나의 데이터 계약을 공유합니다.
categoryordinal | valuequantitative |
|---|---|
| Visited | 12000 |
| Explored a chart | 8450 |
| Created a view | 5120 |
| Shared with a team | 2940 |
| Returned in 30 days | 1860 |
브라우저 API
const data = [
{
"category": "Visited",
"value": 12000
},
{
"category": "Explored a chart",
"value": 8450
},
{
"category": "Created a view",
"value": 5120
},
{
"category": "Shared with a team",
"value": 2940
},
{
"category": "Returned in 30 days",
"value": 1860
}
];
const options = {
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Depth pyramid chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Depth pyramid chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"variant": "pyramid-3d"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Depth pyramid chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: conversion/dropoff/cumulative semantics.",
"text": "Funnel · Depth pyramid chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"type": "quantitative"
}
};
Graflume.pyramid3d('#chart', data, options);이식 가능한 스키마
{
"accessibility": {
"description": "확대·이동은 화면을 살펴보기 위한 기능이며 데이터 축이나 값은 바꾸지 않습니다. 재생 조작이 보이는 차트에서는 원본 데이터에서 고유값이 처음 등장한 순서대로 실제 단계만 이동합니다.",
"label": "Funnel · Depth pyramid chart 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": "category",
"format": "auto",
"label": "범주"
},
{
"field": "value",
"format": "number",
"label": "값"
}
],
"title": "Funnel · Depth pyramid chart",
"trigger": "mark"
}
},
"locale": "ko",
"mark": {
"options": {
"variant": "pyramid-3d"
}
},
"padding": {
"top": 52
},
"theme": "graflume-light",
"title": {
"subtitle": "Depth pyramid chart 모드가 실행 가능한 데이터와 옵션으로 보여주는 핵심 기능: conversion/dropoff/cumulative semantics.",
"text": "Funnel · Depth pyramid chart"
},
"width": "container",
"x": {
"field": "category",
"title": "Journey stage",
"type": "ordinal"
},
"y": {
"field": "value",
"title": "Teams",
"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.
5 modes · 4 compatibility identifiers
| ID | Name | Quick API | mode | mark | renderer |
|---|---|---|---|---|---|
funnel | Funnel chart | funnel() | default | funnel | canvas |
funnel-area | Funnel area chart | funnelArea() | area | funnel | canvas |
funnel-3d | Depth funnel chart | funnel3d() | funnel-3d | pyramid | canvas |
pyramid | Pyramid chart | pyramid() | pyramid | pyramid | canvas |
pyramid-3d | Depth pyramid chart | pyramid3d() | pyramid-3d | pyramid | canvas |
| Identifier | Canonical mode ID |
|---|---|
funnel | funnel |
funnel3d | funnel-3d |
pyramid | pyramid |
pyramid3d | pyramid-3d |
매뉴얼
ARIA · table fallbackCanvas ARIA 메타데이터에 텍스트 요약과 표 대체 표현을 함께 제공합니다.
standard · large · ultrastandard·large·ultra 프로필은 렌더링 작업량을 제한합니다.