This issue was reported at this topic.
On any layout changes, like render or resize, fusioncharts insert new '_SmartLabel_Container' divs into DOM tree.
But it never cleans older divs.
So, if you have several charts at same screen, changing contents and size in real time, DOM tree start getting huge.
Full of unused elements.
At that related topic, Shamasis suggest a workaround. Ok, it works. But when on next release if this bug weren't fixed yet, that workaround will be overwrited.
And on every release will be the same.
So, is there a way to real solve that issue, or a workaround to do outside lib(not best way but exclude that lib updating problem)?
Thanks