Skip to main content

Interface: BaseChartEventsTypes<TCreateEvent, TDrawEvents>

Type parameters​

NameType
TCreateEventCreatedEvent
TDrawEventsDrawEvent

Properties​

data​

• data: DataEvent

Defined in​

charts/types.ts:13


options​

• options: OptionsChangedEvent<Options<AxisOptions, AxisOptions>>

Defined in​

charts/types.ts:14


animationBegin​

• animationBegin: AnimationEvent

Defined in​

charts/types.ts:15


animationEnd​

• animationEnd: AnimationEvent

Defined in​

charts/types.ts:16


created​

• created: TCreateEvent

Defined in​

charts/types.ts:17


draw​

• draw: TDrawEvents

Defined in​

charts/types.ts:18