Those divs look like the tooltip divs, but they should be contained within 
the chart's container div, not outside, and they should be destroyed and 
recreated every time the chart refreshes.  If they are appearing elsewhere, 
then I suspect there is something else wrong in your code.  If you could 
provide a code example that replicates the problem, I'll look into it.

On Monday, December 30, 2013 1:46:47 PM UTC-5, Al Caughey wrote:
>
> I have noticed this in Chrome and Firefox under Win7 Pro and Win8.
>
> I have a page that refreshes tables and graphs at various intervals (via a 
> setInterval call).  If you leave the page running for any length of time, a 
> number of hidden & absolutely position div elements are added below the 
> main div in the body of my document.
>
> The html looks like this:
> <div style="position: absolute; display: none;">
> <div style="background: none repeat scroll 0% 0% infobackground; padding: 
> 1px; border: 1px solid infotext; font-size: 11px; margin: 11px; 
> font-family: Arial;">some text</div>
> </div>
> Several more divs appear each time the page refreshes.
>
> I notice that memory usage increases over time as well.  Is this a known 
> issue?  It seems like PITA to add code to delete the items when they should 
> never be created in the first place.
>
> Any thoughts or suggestions would be appreciated!
>
> Thanks
>
> Al
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to