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.
現在(Phase1 MVP)実際にレンダリングされる値は 'bar'|'line' だけです。残りは Phase2/3 のために 型だけをあらかじめ宣言しておいた予約値であり、まだ実装されていません。
目前(Phase1 MVP)真正渲染的值只有 'bar'|'line'。其余是为 Phase2/3 预先声明类型的保留值, 尚未实现。
⚠️ '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.
⚠️ 'bar-stacked': 公開型としては露出していますが、内蔵(builtin-canvas)レンダラーはまだ積み上げ スタックを描けません — 指定しても 'bar-grouped' と同じくグループ型(棒を横に並べる)で代わりに 描かれます。下位互換のため(すでにこの値を使っているコードが壊れないように)型自体は残して あります。
⚠️ 'bar-stacked':虽然作为公开类型对外暴露,但内置(builtin-canvas)渲染器还画不出堆叠 — 即使指定它,也会像 'bar-grouped' 一样以分组形态(柱子并排)代为绘制。为了向后兼容 (不让已经使用该值的代码出错),类型本身予以保留。