Skip to content

Documentation / @ripl/charts / HistogramBinEvent

Interface: HistogramBinEvent ​

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

Payload emitted for histogram bin interaction events.

Properties ​

PropertyTypeDescriptionDefined in
countnumberThe number of values that fall in the interacted bin.charts/src/charts/histogram.ts:94
xnumberThe x coordinate (in chart pixels) of the bar's top-center anchor.charts/src/charts/histogram.ts:86
x0numberThe lower bound of the interacted bin.charts/src/charts/histogram.ts:90
x1numberThe upper bound of the interacted bin.charts/src/charts/histogram.ts:92
ynumberThe y coordinate (in chart pixels) of the bar's top-center anchor.charts/src/charts/histogram.ts:88