Skip to content

getDom(paneId?, position?)

getDom get the chart dom element.

Reference

typescript
(paneId?: string, position?: 'root' | 'main' | 'yAxis') => HTMLElement | null

Parameters

  • paneId Pane id.
  • position Position, supports root, main and yAxis .

Returns

getDom Returns an HTMLElement or null .

Usage

Basic usage