Skip to content

Documentation / @ripl/charts / HistogramBinEvent

Interface: HistogramBinEvent

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

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:103
xnumberThe x coordinate (in chart pixels) of the bar's top-centre anchor.charts/src/charts/histogram.ts:95
x0numberThe lower bound of the interacted bin.charts/src/charts/histogram.ts:99
x1numberThe upper bound of the interacted bin.charts/src/charts/histogram.ts:101
ynumberThe y coordinate (in chart pixels) of the bar's top-centre anchor.charts/src/charts/histogram.ts:97