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 Editing The Code

  Also See:    


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