in src/barChart.ts [449:460]
private static wordBreak(
textNodes: Selection<any, SVGElement>,
allowedWidth: number,
maxHeight: number
) {
textNodes.each(function () {
textMeasurementService.wordBreak(
this,
allowedWidth,
maxHeight);
});
}