@cancanvas,
In order to show the toolTip for the interpolated dataPoint, you will have to add the dataPoint to the dataSeries. However, you can hide the dataPoint by setting the markerSize property to 1
and highlightEnabled property to false
.
Kindly take a look at this updated JSFiddle for an example on the same.
—
Adithya Menon
Team CanvasJS