Documentation / @ripl/charts / HistogramChartEventMap
Interface: HistogramChartEventMap
Defined in: charts/src/charts/histogram.ts:107
Events emitted by a HistogramChart that consumers can subscribe to via chart.on(...).
Extends
Indexable
[
key:string]:unknown
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
binclick | HistogramBinEvent | Emitted when a bin bar is clicked. | - | charts/src/charts/histogram.ts:109 |
binenter | HistogramBinEvent | Emitted when the pointer enters a bin bar. | - | charts/src/charts/histogram.ts:111 |
binleave | HistogramBinEvent | Emitted when the pointer leaves a bin bar. | - | charts/src/charts/histogram.ts:113 |
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |