createChart(doc, container, config, animate, callback?): Chart
차트 설정 모델을 기반으로 svg를 생성한 후,
지정된 div 엘리먼트의 유일한 자식으로 포함시킨다.
div 전체 영역의 크기로 표시된다.
const chart = RealChart.createChart(document, 'realchart', config);
Parameter | Type | Description |
---|---|---|
doc | Document (opens in a new tab) | |
container | string (opens in a new tab) | HTMLDivElement (opens in a new tab) | 컨트롤이 생성되는 div 엘리먼트나 id |
config | ChartConfiguration | 차트 모델 설정 JSON |
animate | boolean (opens in a new tab) | 첫 로딩 animation을 실행한다. |
callback | () => void (opens in a new tab) |