fontFamily: String

Sets the Font Family of Chart Title.

Default: Depends on Selected Theme
Example: “arial” , “tahoma”, “verdana” ..
var  chart =  new  CanvasJS.Chart("container",
 {
 .
 .
 title:{
  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

Comment