Skip to content

Documentation / @ripl/charts / HistogramChartEventMap

Interface: HistogramChartEventMap ​

Defined in: charts/src/charts/histogram.ts:98

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

Extends ​

Indexable ​

[key: string]: unknown

Properties ​

PropertyTypeDescriptionInherited fromDefined in
binclickHistogramBinEventEmitted when a bin bar is clicked.-charts/src/charts/histogram.ts:100
binenterHistogramBinEventEmitted when the pointer enters a bin bar.-charts/src/charts/histogram.ts:102
binleaveHistogramBinEventEmitted when the pointer leaves a bin bar.-charts/src/charts/histogram.ts:104
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21