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