Setting labelWrap to true wraps the labels at labelMaxWidth. Clips the same when set to false.
var chart = new CanvasJS.Chart("container", { . . axisY:{ labelWrap: true // change to false labelMaxWidth: 50 }, . . }); chart.render();