Documentation / @ripl/charts / SegmentInteractionOptions
Interface: SegmentInteractionOptions<TPayload> ​
Defined in: charts/src/core/interaction.ts:218
How a segment reports its hover to the chart around it: the typed event it emits and the chart-wide highlight it drives.
Type Parameters ​
| Type Parameter | Description |
|---|---|
TPayload extends InteractionPoint | The chart's interaction event payload, which carries the pointer position. |