Sets the background color of Chart Title. Values can be “HTML Color Name” or “hex” code.
Default: “transparent”var chart = new CanvasJS.Chart("container",
{
.
.
title:{
backgroundColor: "#f4d5a6",
},
.
.
});
chart.render();
Also See: