Skip to content

Documentation / @ripl/charts / BoxPlotBoxEvent

Interface: BoxPlotBoxEvent ​

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

Payload emitted for box interaction events.

Properties ​

PropertyTypeDescriptionDefined in
categorystringThe category the interacted box summarizes.charts/src/charts/box-plot.ts:114
statsBoxplotStatsThe computed five-number summary (quartiles, whiskers, outliers) for the box.charts/src/charts/box-plot.ts:116
xnumberThe x coordinate (in chart pixels) of the box's top-center anchor.charts/src/charts/box-plot.ts:110
ynumberThe y coordinate (in chart pixels) of the box's top-center anchor.charts/src/charts/box-plot.ts:112