I'm getting some weird artifacts when redrawing a gxt radar chart. It looks like the labels are drawn on top of each other until I resize the container. Here's the code:
The forceLayout() command at the end helps somewhat. It's less likely to stack labels on top of each other, but it still happens.
Note that the labels only get "stacked" when the result.data object contains different a different number of data points (not just different values) from the previous run.
I'll attach a screenshot.
I'm going to try adding this to the end of the onSuccess() call:
Cool! Also, I found out I need to clear the radar (Series) object as well or the opacity goes back to the lighter default... So, now I'm clearing all the axes and all series before calling redrawChart()