interface PointHoverEvent extends TimelineEvent

Event generated when a point on a LinePlot was hovered.

Properties
clientX, clientY, time, value

Properties

clientX

Horizontal coordinate of the mouse pointer, relative to the browser page.

Type:
number
clientY

Vertical coordinate of the mouse pointer, relative to the browser page.

Type:
number
time

Time value of the hovered point.

Type:
number
value

Value of the hovered point.

Type:
null | number