I am using anychart and need to wrap the text in the labels of the sunburst chart. Below is an extract of the current code:
chart.labels().fontSize(15);
chart.labels().wordWrap("break-word");
chart.labels().wordBreak("normal");
However this does not appear to be working (neither the font size, nor the word wrapping).
Any idea on how to make it work ?