You must be logged in to post your query.
Home › Forums › Chart Support › Crosshair without dots
Tagged: Crosshair
How do you enable crosshair on a splineArea chart but without showing dots where the crosshair crosses the plotted data?
@grasssnake,
When you are moving your mouse over the datapoints, the tooltip is shown and the datapoints are highlighted. If you are looking to disable the highlighting of the datapoint when the tooltip is shown, you can set the highlightEnabled property to “false”.
— Adithya Menon Team CanvasJS
That worked. Thanks!
You must be logged in to reply to this topic. Login/Register