When dockInsidePlotArea is set to true, title renders inside the plot area there by giving more space to plot area.
var chart = new CanvasJS.Chart("container", { . . title:{ dockInsidePlotArea: true }, . . }); chart.render();
Also See: