Documentation / @ripl/charts / BoxPlotBoxEvent
Interface: BoxPlotBoxEvent ​
Defined in: charts/src/charts/box-plot.ts:108
Payload emitted for box interaction events.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
category | string | The category the interacted box summarizes. | charts/src/charts/box-plot.ts:114 |
stats | BoxplotStats | The computed five-number summary (quartiles, whiskers, outliers) for the box. | charts/src/charts/box-plot.ts:116 |
x | number | The x coordinate (in chart pixels) of the box's top-center anchor. | charts/src/charts/box-plot.ts:110 |
y | number | The y coordinate (in chart pixels) of the box's top-center anchor. | charts/src/charts/box-plot.ts:112 |