I had this problem and found it to be related to tool tips shown on legend items that were too long. eg I had a label of 'blah blah blah' and it would only show 'blah bla...' the soome data in your example was 'blah blah blah' for me and mousing over the legend entry showed that div.
I adjusted my chart width a little so the items stopped wrapping and the problem went away. HTH On Friday, June 27, 2014 at 11:03:53 AM UTC+10, Yaniv Kalfa wrote: > > The code that is being added to the DOM looks like: > > [code] > > <div style="position: absolute; display: none;"> > <div style="background: none repeat scroll 0% 0% infobackground; padding: > 1px; border: 1px solid infotext; font-size: 12px; margin: 12px; font-family: > Arial;">soome data</div></div> > > [/code] > > > My question is. is there a way to "destroy" a chart or something alike to > get rid of that extra DOM because after like 1 minute of that shenanigan i > have like 300-400 hidden extra nodes. > -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/549dfb2a-8988-48b9-b418-83512f270b91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
