getSize(paneId?, position?) â
getSize
get the size of the chart.
Reference â
typescript
(paneId?: string, position?: 'root' | 'main' | 'yAxis') => Bounding | null
Parameters â
paneId
Pane id.position
Position, supportsroot
,main
andyAxis
.
Returns â
getDom
returns a Bounding
object containing size information or null
.