plotOptions: { column: { dataLabels: { enabled: true, crop: false, overflow: 'none' } } },
plotOptions에 dataLabels 속성의 crop과 overflow를 조정하면 해결된다.