Skip to content

Documentation / @ripl/charts / BoxPlotBoxEvent

Interface: BoxPlotBoxEvent

Defined in: charts/src/charts/box-plot.ts:96

Payload emitted for box interaction events.

Properties

PropertyTypeDescriptionDefined in
categorystringThe category the interacted box summarises.charts/src/charts/box-plot.ts:102
statsBoxplotStatsThe computed five-number summary (quartiles, whiskers, outliers) for the box.charts/src/charts/box-plot.ts:104
xnumberThe x coordinate (in chart pixels) of the box's top-centre anchor.charts/src/charts/box-plot.ts:98
ynumberThe y coordinate (in chart pixels) of the box's top-centre anchor.charts/src/charts/box-plot.ts:100