Skip to content

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

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