it turns out that the code which breaks the labels is:
textConfig.setTextBaseline(TextSprite.TextBaseline.MIDDLE);
textConfig.setTextAnchor(TextSprite.TextAnchor.MIDDLE);
just removing those...
Type: Posts; User: zdary
it turns out that the code which breaks the labels is:
textConfig.setTextBaseline(TextSprite.TextBaseline.MIDDLE);
textConfig.setTextAnchor(TextSprite.TextAnchor.MIDDLE);
just removing those...
Hi,
we render pie chart with labels outside of the chart but the css fails. The text is enclosed by a rectangle which doesn't wrap the text properly. See the screenshot. Can we get rid of the...