Hi,
I have a grid with multiple gauges inside of it. The gauges represent measure values. Because the measures changes in real time I have to constantly reload the gauges with the new measures.Also, the user can decide that it doesn't want to display a specific measure, I have to reload them in this case too.
So the only way that I found to do this is to create all my gauges and destroy them once I get the new measures values or when the user decide he doesn't want a measure anymore.
The problem is that I have a lot of memory leaks while doing this process again and again.
I manage to reproduce the bug on kendo dojo using random data (same behavior as my code)
is there a way to avoid all that memory leaks.
ps : I use google chrome (use More tools>task manager too see how many kb a tab is using)
Any help will be appreciated