highlightEnabled: Boolean

Enables or Disables highlighting of dataPoints on mouse hover.

Default: True
Example: false, true
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 data: [{
   highlightEnabled: false,
  }],
 .
 . 
});
chart.render();

Try Editing The Code

  Also See:    


If you have any questions, please feel free to ask in our forums.Ask Question

2 Comments

If you have any questions, please feel free to ask in our forums. Ask Question