Constructors
constructor
- new CustomChartContext(chartContextProps): CustomChartContext
-
Methods
destroy
- destroy(): void
-
Returns void
emitEvent
- emitEvent<T>(eventType, eventPayload): Promise<any>
-
Returns Promise<any>
getChartModel
- getChartModel(): ChartModel
-
initialize
- initialize(): Promise<void>
-
Returns Promise<void>
on
- on<T>(eventType, callbackFn): void
-
Returns void
Constructor to only accept context props as payload