titleWrap specifies whether to wrap or clip axis title once its width crosses titleMaxWidth.
Default: Truevar chart = new CanvasJS.Chart("container",
{
.
.
axisX:{
title: "axisX Title",
titleWrap: false
},
.
});
chart.render();
Also See:
Comment
Pingback: CanvasJS Charts 1.8.1 Beta 1 Released - CanvasJS