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