labelMaxWidth defines the maximum width of labels after which they get wrapped or clipped depending on labelWrap’s value.
var chart = new CanvasJS.Chart("container", { . . axisY: { labelWrap: true labelMaxWidth: 50 //change the width }, . . }); chart.render();
Also See: