Optionalaggregate카테고리 집계 연산. / Category aggregation op.
Optionalaxis축 설정. / Axis config.
Optionalcategory카테고리(x축) 컬럼 field. / Category (x-axis) column field.
Optionalengine렌더 엔진 또는 커스텀 어댑터. / Render engine or custom adapter.
Optionallegend범례 설정. / Legend config.
Optionallive데이터 변경 시 자동 갱신. / Auto-refresh on data changes.
Optionalmax렌더 포인트 상한. / Max render points.
Optionalmountinline/floating 시 마운트 대상. / Mount target for inline/floating.
Optionalnumber숫자 포맷터. / Number formatter.
Optionalpalette시리즈 팔레트. / Series palette.
Optionalplacement배치 방식. / Placement.
Optionalseries시리즈 명세 목록. / Series specs.
Optionalsize렌더 크기(px). / Render size (px).
데이터 소스. / Data source.
Optionaltitle차트 제목. / Chart title.
Optionaltooltip툴팁 사용 여부. / Whether tooltips are enabled.
차트 타입. / Chart type.
grid.createChart(config)에 넘기는 공개 설정. 어떤 데이터를(source) 어떤 모양으로(type) 그릴지가 필수고, 나머지는 배치·엔진·꾸밈(제목/범례/축 등)을 위한 선택 옵션이다. / The public config passed togrid.createChart(config). Only which data (source) and what shape (type) to draw are required; the rest are optional placement/engine/decoration (title, legend, axis, etc.) settings.Example