To display rounded borders around the title, set the cornerRadius of title. Higher the value, more rounded are the corners.
Default: 0var chart = new CanvasJS.Chart("container",
{
.
.
title:{
cornerRadius: 4,
},
.
.
});
chart.render();
Also See: