fontFamily: String

Sets the Font Family of ToolTip Content.


Default: “Calibri, Arial, Georgia, serif”
Example: “arial” , “tahoma”, “verdana” ..

var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 toolTip:{
  fontFamily: "tahoma",
 },

 .
 .
});
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