Hi,
I have a multi-series line chart. I want to have tooltip only on one series.
So, I set toolTipContent to null to the other series to disable the tooltip for them. My only problem is even if the tooltip is disabled, the points are still highlighted when the mouse moves. Is there a way to disable the highlight behavior for the series with no tooltip?