Sets the Font Color of toolTipContent. The value of fontColor can be a “HTML Color Name” or “hex” code.
Default: “black”var chart = new CanvasJS.Chart("container",
{
.
.
toolTip: {
fontColor: "red",
},
.
.
});
chart.render();
Also See: