fontWeight: String

Sets the Font Weight used in the Chart Title.


Default: “normal”
Options: “lighter”, “normal”, “bold” , “bolder”

 var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 title:{
    fontWeight: "bold",
 },
 .
 .
});
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

Comments 2

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