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
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
barclick | BarChartBarEvent | Emitted when a bar is clicked. | - | charts/src/charts/bar.ts:145 |
barenter | BarChartBarEvent | Emitted when the pointer enters a bar. | - | charts/src/charts/bar.ts:147 |
barleave | BarChartBarEvent | Emitted when the pointer leaves a bar. | - | charts/src/charts/bar.ts:149 |
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |