Documentation / @ripl/charts / BoxPlotChartEventMap
Interface: BoxPlotChartEventMap
Defined in: charts/src/charts/box-plot.ts:108
Events emitted by a BoxPlotChart that consumers can subscribe to via chart.on(...).
Extends
Indexable
[
key:string]:unknown
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
boxclick | BoxPlotBoxEvent | Emitted when a box is clicked. | - | charts/src/charts/box-plot.ts:110 |
boxenter | BoxPlotBoxEvent | Emitted when the pointer enters a box. | - | charts/src/charts/box-plot.ts:112 |
boxleave | BoxPlotBoxEvent | Emitted when the pointer leaves a box. | - | charts/src/charts/box-plot.ts:114 |
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |