Closed Ashishvkale closed 3 months ago
How about this:
am5.array.each(series.dataItems, function(dataItem) {
am5.array.each(dataItem.bullets, function(bullet) {
bullet.get("sprite").markDirty();
})
});
Awesome! It woked. @martynasma Thanks for that.
This what we were doing in amcharts4 previously to force reload the label :
Is there any way to achieve the same and force reload the labels in amcharts5 ?