그리드 데이터를 어떤 모양의 차트로 그릴지 고르는 값. / Picks which shape of chart to draw the
grid data as.
현재(Phase1 MVP) 실제로 렌더되는 값은 'bar'|'line' 뿐이다. 나머지는 Phase2/3 를 위해 타입만
미리 선언해 둔 예약값이며 아직 구현되지 않았다.
/ Right now (Phase1 MVP) only 'bar' and 'line' actually render. The rest are reserved values —
the type exists for Phase2/3 but nothing implements them yet.
⚠️ 'bar-stacked': 공개 타입으로는 노출돼 있지만, 내장(builtin-canvas) 렌더러는 아직 누적
스택을 그리지 못한다 — 지정해도 'bar-grouped'와 똑같이 그룹형(막대를 나란히)으로 대신
그려진다. 하위 호환을 위해(이미 이 값을 쓰는 코드가 깨지지 않도록) 타입 자체는 남겨 둔다.
/ ⚠️ 'bar-stacked': exposed as a public type, but the built-in canvas renderer can't draw a
stacked bar yet — specifying it falls back to the same grouped (side-by-side) rendering as
'bar-grouped'. The type itself is kept for backward compatibility, so existing code using this
value doesn't break.
그리드 데이터를 어떤 모양의 차트로 그릴지 고르는 값. / Picks which shape of chart to draw the grid data as.
현재(Phase1 MVP) 실제로 렌더되는 값은 'bar'|'line' 뿐이다. 나머지는 Phase2/3 를 위해 타입만 미리 선언해 둔 예약값이며 아직 구현되지 않았다. / Right now (Phase1 MVP) only 'bar' and 'line' actually render. The rest are reserved values — the type exists for Phase2/3 but nothing implements them yet.
⚠️ 'bar-stacked': 공개 타입으로는 노출돼 있지만, 내장(builtin-canvas) 렌더러는 아직 누적 스택을 그리지 못한다 — 지정해도 'bar-grouped'와 똑같이 그룹형(막대를 나란히)으로 대신 그려진다. 하위 호환을 위해(이미 이 값을 쓰는 코드가 깨지지 않도록) 타입 자체는 남겨 둔다. / ⚠️ 'bar-stacked': exposed as a public type, but the built-in canvas renderer can't draw a stacked bar yet — specifying it falls back to the same grouped (side-by-side) rendering as 'bar-grouped'. The type itself is kept for backward compatibility, so existing code using this value doesn't break.