Home Forums Chart Support memory leak Reply To: memory leak

#6285

Daniel,

You are creating a totally new chart each time you want to update which is causing memory leak. Instead create the chart once and only update the data inside “updateChartN” method. Please check this example.


Sunil Urs