Skip to content

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

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