On 14/07/10 02:20, Viz Kid wrote: > > Hi. > > It seems that you are using the older version of line chart (package > 'linechart') instead of the new version (package 'corechart'). > I'm not sure that switching to the new version will solve your problem, > but if it exists in the new package as well, we will have a look at it > there. > > Let us know how it goes.
Viz, Thanks for your answer. I test changing the package migrating the code follow [4], and with 'corechart' the browser start to consume 4 times more memory. The result .js is in [5]. I hope you can help me. Otherwise I must use Flash graphics. :( Thanks! [4] http://bit.ly/aYOQKh [5] http://pastebin.com/xSW5jdHq > On Wed, Jul 14, 2010 at 6:19 AM, Renato Covarrubias Romero > <[email protected] <mailto:[email protected]>> wrote: > > Hello everyone, > > I have some graphics to be automatically updated from time to time. > These are built with the API in JavaScript. > > In [1] you can see the HTML where the graphics are. In [2] you find the > Javascript code that reads the data from an external CGI and generates > the graphics with the API. In [3] there is an example of the output > of CGI. > > The problem is that as they are auto-updated graphics, the browser > starts to consume a large amount of memory, which is released only when > closing the browser (Firefox) or when closing the tab (Google Chrome). > > As you can see in [2] I explicitly delete almost everything I can, but > with the automatic update, the memory consumption is excessive. > > Can you help me with my problem? > > [1] http://pastebin.com/8AW6wpar > [2] http://pastebin.com/iqfGRQTu > [3] http://pastebin.com/NxxbZdVD -- Renato Covarrubias Romero counter.li.org #399677 renatux [at] gmail.com http://rnt.cl -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
