Skip to content

Documentation / @ripl/charts / RadialBarChartEventMap

Interface: RadialBarChartEventMap ​

Defined in: charts/src/charts/radial-bar.ts:129

Events emitted by a RadialBarChart that consumers can subscribe to via chart.on(...).

Extends ​

Indexable ​

[key: string]: unknown

Properties ​

PropertyTypeDescriptionInherited fromDefined in
barclickRadialBarChartBarEventEmitted when a bar is clicked.-charts/src/charts/radial-bar.ts:131
barenterRadialBarChartBarEventEmitted when the pointer enters a bar.-charts/src/charts/radial-bar.ts:133
barleaveRadialBarChartBarEventEmitted when the pointer leaves a bar.-charts/src/charts/radial-bar.ts:135
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21