Sets the thickness of border around the toolTip in pixels. To display border around toolTip, set the borderThickness to a number greater than zero. Setting it to zero removes the border.
Default: 2var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 toolTip:{
  borderThickness: 2,
 },
 .
 .
});
chart.render();
Also See:
2 Comments
can i give the different thickness of toolTip border and different color also?
Praveen,
You can customise toolTip border as the way as you want by changing css property of
.canvasjs-chart-tooltip > :first-child