TonyWei

Members
  • Content count

    5
  • Joined

  • Last visited

About TonyWei

  • Rank
    Forum Newbie
  1. Memory leaks when using JS

    Thanks!
  2. Dear All, In my project, I am using FusionCharts XT v3.3.1 SR3 and render by JavaScript. The charts should be updated every 3 mins.I use setJsonDate() to update it,and I find there are some memory leaks after it update. Then I try to dispose the charts and create new charts to instead update and set all the references to null, this is also doesn't work. At last,I change a sample of FusionCharts' document(UpdateChartData) for test, just create and dispose a chart. the memory usage shows memory still leaks. Is there something wrong with my usage? UpdateChartData.html