Enables or Disables highlighting of dataPoint on mouse hover.
Default: truevar chart = new CanvasJS.Chart("container",
{
.
.
data:[
{
dataPoints: [
{ y: 10, highlightEnabled: false}
]
},
]
.
.
});
chart.render();
Also See: