Skip to content

Documentation / @ripl/charts / RadialBarChartEventMap

Interface: RadialBarChartEventMap

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

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:117
barenterRadialBarChartBarEventEmitted when the pointer enters a bar.-charts/src/charts/radial-bar.ts:119
barleaveRadialBarChartBarEventEmitted when the pointer leaves a bar.-charts/src/charts/radial-bar.ts:121
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21