Skip to content

Documentation / @ripl/charts / BoxPlotChartEventMap

Interface: BoxPlotChartEventMap ​

Defined in: charts/src/charts/box-plot.ts:120

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

Extends ​

Indexable ​

[key: string]: unknown

Properties ​

PropertyTypeDescriptionInherited fromDefined in
boxclickBoxPlotBoxEventEmitted when a box is clicked.-charts/src/charts/box-plot.ts:122
boxenterBoxPlotBoxEventEmitted when the pointer enters a box.-charts/src/charts/box-plot.ts:124
boxleaveBoxPlotBoxEventEmitted when the pointer leaves a box.-charts/src/charts/box-plot.ts:126
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21