Hi guys
I have been using the API to display real time data with 8 different type of charts in one webpage. Data is pushed out to the client and the datatable updated. The charts are redrawn every one second.
With Firefox, my example runs fine over a 24 hr period, but with Chrome the examples crash. Looking at the Chrome task manager, there is a huge increase in memory over a short period. If the redraw interval is increased (redraw every 10 seconds), this will slow the increase in memory down. So I think the problem is with draw function with the charts.
Even with the basic example running at
https://developers.google.com/chart/interactive/docs/gallery/gauge there is a considerable increase in memory over time with Chrome. The three gauges on this page that update at different intervals.
Have people noticed problems like this with Visualization and Chrome previously?? Large increases in memory use while updating charts in Chrome?
Thanks