fontColor: String

Sets the font color of Chart Title. The value of fontColor can be a “HTML Color Name” or “hex” code .

Default: Depends on Selected Theme
Example: “red”, “#FAC003” ..
  1. var chart = new CanvasJS.Chart("container",
  2. {
  3. .
  4. .
  5. title:{
  6. fontColor: "red",
  7. },
  8. .
  9. .
  10. });
  11. chart.render();

Try Editing The Code

  Also See:    


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