enabled: Boolean

Enables or Disables the toolTip for the chart.


Default: True
Example: True, False

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 toolTip:{
   enabled: true,
 },
 .
 . 
});
chart.render();



Try it Yourself by Editing the Code below.



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

Comments 7

  1. Having some real trouble getting rid of the tooltip – I’ve tried enabled: false and also setting the content to null, as per the earlier answer, but it keeps appearing. This is on a stacked bar 100 chart. Any tips?

    • zidan,

      As of we don’t have an API for the same. But we’ll consider it for future versions though.

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