The ID of the chart
The SVG container
The SVG selection
The dimensions of the plot
The margins around the plot
The tracker style
The font used for the axis labels
A function that returns the tracker label string for a given x-value
The location style for the tracker (i.e. on the axes, next to the mouse, none shown)
A callback function that accepts the current tracker's axis information
OptionalaxisLocation: AxisLocation = AxisLocation.BottomThe optional location of the axis for which the tracker is to be shown. Default is bottom.
The background color of the tracker label
The tracker selection
Creates or returns the existing SVG elements for displaying a tracker line that is either vertical (for x-axes) or horizontal (for y-axes).