The time-series data
The time represented by the mouse's x-coordinate
the (time, value) point that comes just before
the mouse and just after the mouse. If the mouse is after the last point, then the "after" point
is [NaN, NaN]
. If the mouse is before the first point, then the "before" point is [NaN, NaN]
.
Calculates the y-coordinate of the lower-left-hand corner of the tooltip rectangle. Adjusts the y-coordinate so that the tooltip is visible on the upper edge of the plot
The name of the series
The height of the header and neuron ID text
The category axis for determining the y-value of the tooltip
The tooltip style
The plot margin
The height (in pixels) of the category
The y-coordinate of the lower-left-hand corner of the tooltip rectangle
Removes the tooltip when the mouse has moved away from the spike
Calculates the x-coordinate of the lower left-hand side of the tooltip rectangle (obviously without "rounded corners"). Adjusts the x-coordinate so that tooltip is visible on the edges of the plot.
The current x-coordinate of the mouse
The width of the tooltip text
The dimensions of the plot
The tooltip style information
The plot margin
The x-coordinate of the lower left-hand side of the tooltip rectangle
Calculates the y-coordinate of the lower-left-hand corner of the tooltip rectangle. Adjusts the y-coordinate so that the tooltip is visible on the upper edge of the plot
The y-coordinate of the series
The height of the header and neuron ID text
The dimensions of the plot
The tooltip style information
The plot margin
The y-coordinate of the lower-left-hand corner of the tooltip rectangle
Generated using TypeDoc
Returns the (time, value) point that comes just before the mouse and just after the mouse