Removes title of the chart.
var chart = new CanvasJS.Chart("container", { . . title: { . } . . }); chart.render(); chart.title.remove();
Also See: