Sets the border color around Tool Tip. When not set it takes the color of corresponding dataSeries or dataPoint.
Default: dataSeries color/ dataPoint colorvar chart = new CanvasJS.Chart("container", { . . toolTip:{ borderColor: "green", }, . . }); chart.render();
Also See: