backgroundColor: String

Sets the background color of Chart Title. Values can be “HTML Color Name” or “hex” code.

Default: “transparent”
Example: “red”, “#FF0000” ..
var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
 title:{
  backgroundColor: "#f4d5a6",
 },
 .
 .
});
chart.render();

Try Editing The Code

  Also See:    


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