fontColor: String

Sets the Font Color of toolTipContent. The value of fontColor can be a “HTML Color Name” or “hex” code.


Default: “black”
Example: “red”, “#FAC003″ ..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 toolTip: {
    fontColor: "red",
 },

 .
 .
});
chart.render();


Try it Yourself by Editing the Code below.

  Also See:    



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