Documentation / @ripl/charts / InteractionPoint
Interface: InteractionPoint
Defined in: charts/src/core/interaction.ts:28
The pointer position passed to interaction callbacks.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
x | number | Pointer x coordinate, in chart pixels. | charts/src/core/interaction.ts:30 |
y | number | Pointer y coordinate, in chart pixels. | charts/src/core/interaction.ts:32 |