Skip to content

Documentation / @ripl/charts / BarChartEventMap

Interface: BarChartEventMap

Defined in: charts/src/charts/bar.ts:143

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

Extends

Indexable

[key: string]: unknown

Properties

PropertyTypeDescriptionInherited fromDefined in
barclickBarChartBarEventEmitted when a bar is clicked.-charts/src/charts/bar.ts:145
barenterBarChartBarEventEmitted when the pointer enters a bar.-charts/src/charts/bar.ts:147
barleaveBarChartBarEventEmitted when the pointer leaves a bar.-charts/src/charts/bar.ts:149
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21