getDom(paneId?, position?)
getDom get the chart dom element.
Reference
typescript
(paneId?: string, position?: 'root' | 'main' | 'yAxis') => HTMLElement | nullParameters
paneIdPane id.positionPosition, supportsroot,mainandyAxis.
Returns
getDom Returns an HTMLElement or null .