Skip to content

Documentation / @ripl/charts / InteractionPoint

Interface: InteractionPoint

Defined in: charts/src/core/interaction.ts:28

The pointer position passed to interaction callbacks.

Properties

PropertyTypeDescriptionDefined in
xnumberPointer x coordinate, in chart pixels.charts/src/core/interaction.ts:30
ynumberPointer y coordinate, in chart pixels.charts/src/core/interaction.ts:32