Documentation / @ripl/charts / BoxPlotBoxEvent
Interface: BoxPlotBoxEvent
Defined in: charts/src/charts/box-plot.ts:96
Payload emitted for box interaction events.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
category | string | The category the interacted box summarises. | charts/src/charts/box-plot.ts:102 |
stats | BoxplotStats | The computed five-number summary (quartiles, whiskers, outliers) for the box. | charts/src/charts/box-plot.ts:104 |
x | number | The x coordinate (in chart pixels) of the box's top-centre anchor. | charts/src/charts/box-plot.ts:98 |
y | number | The y coordinate (in chart pixels) of the box's top-centre anchor. | charts/src/charts/box-plot.ts:100 |