Removes the specified Subtitle from array of Subtitles.
Parameters:var chart = new CanvasJS.Chart("container",
{
.
.
subtitles: [{
//First subtitle
}, {
//Second subtitle
},
.
]
.
.
});
chart.render();
chart.subtitles[0].remove();
Also See: