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