Search results

Marker API in Angular Chart API component

Marker module used to render the marker for line type series.

Methods

addEventListener

Adds event listeners for the series.

Returns void

doAnimation

Perform animation for the series.

Returns void

doMarkerAnimation

Perform marker animation for the given series.

Parameter Type Description
series Series The series for which marker animation needs to be performed.

Returns void

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[]

mouseMoveHandler

Handles the mouse move event.

Returns void

removeEventListener

Removes event listeners for the series.

Returns void

removeHighlightedMarker

Remove the highlighted marker.

Returns void

trackballAnimate

Perform animation for the trackball.

Returns void