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 it Yourself by Editing the Code below.

  Also See:    



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

Comment