어댑터 정리. / Tear down the adapter.
호스트에 초기화. / Initialize into the host.
Optionalon포인트 클릭 콜백 등록(선택). / Register a point-click callback (optional).
렌더 영역 크기 변경. / Resize the render area.
Optionalto현재 렌더를 이미지 Blob 으로(선택). / Export current render as an image Blob (optional).
Optionalmime: string
차트 렌더 어댑터(교체 seam) — 내장 canvas 렌더러와 외부 차트 라이브러리(ECharts 등) 백엔드를 하나의 공통 인터페이스로 감싼다. 내장 렌더러로는 부족해서 다른 차트 라이브러리로 실제 그리는 부분만 바꿔치기하고 싶을 때, 이 인터페이스를 구현해
ChartConfig.engine에 넘긴다. / Chart render adapter (swap seam) — wraps the built-in canvas renderer and external chart library backends (e.g. ECharts) behind one common interface. Implement this when the built-in renderer isn't enough and you want to swap in a different charting library for the actual drawing, then pass it viaChartConfig.engine.Example