Skip to content

getPaneOptions(id?) ​

getPaneOptions get the chart pane configuration.

Reference ​

typescript
(id?: string) => PaneOptions | null | Array<PaneOptions>

Parameters ​

id Pane id.

Returns ​

getPaneOptions returns PaneOptions or null or Array<PaneOptions> .

Usage ​

Basic usage ​