Search results

AccumulationTooltip API in JavaScript Accumulation Chart API control

AccumulationTooltip module is used to render tooltip for accumulation chart.

Methods

getClosest

Gets the index of the closest data point to the given value in the series.

Returns number

mergeXvalues

Merges the x-values of the data points from multiple series into a single array.

Parameter Type Description
visibleSeries Series[] The array of visible series.

Returns number[]

tooltip

Renders the tooltip.

Parameter Type Description
event PointerEvent | TouchEvent The mouse move event or touch event.

Returns void