API
createChart

createChart(doc, container, config, animate, callback?): Chart

차트 설정 모델을 기반으로 svg를 생성한 후, 지정된 div 엘리먼트의 유일한 자식으로 포함시킨다.
div 전체 영역의 크기로 표시된다.

const chart = RealChart.createChart(document, 'realchart', config);
ParameterTypeDescription
docDocument (opens in a new tab)
containerstring (opens in a new tab) | HTMLDivElement (opens in a new tab)컨트롤이 생성되는 div 엘리먼트나 id
configChartConfiguration차트 모델 설정 JSON
animateboolean (opens in a new tab)첫 로딩 animation을 실행한다.
callback() => void (opens in a new tab)