titleWrap specifies whether to wrap or clip axis title once its width crosses titleMaxWidth.
Default: truevar chart = new CanvasJS.Chart("container",
{
.
.
axisY:{
title: "axisY Title",
titleWrap: false
},
.
});
chart.render();
Also See: