After some more investigation, and re-arranging the order of the graphs in the drawVisualizations() method, I can get more to render if i put the graphs in a different order. Does it matter that I am trying to render all graphs within 1 draw method? Could there be some sort of timeout or error because I try to draw / render all graphs at once?
Thanks. On Feb 10, 3:13 pm, nartz <[email protected]> wrote: > I am also getting this error from firebug, that i'm not sure is > related or not: > > Container is not > definedhttp://www.google.com/uds/api/visualization/1.0/14d3537d27c6fa2a81fd4... > Line 743 > > and this is the beginning of the line (hardly readable in the minified > state): > > M.draw=function(a,b){b=b||{};try{this.Dg...b.zoomEndTime[K] > ();if(b.zoomStartTime!=\n ... > > On Feb 10, 3:02 pm, nartz <[email protected]> wrote: > > > Hi, > > For some reason, when I try to render more than 8 graphs on a page, > > all the graphs after the 8th do not show up. Is there a limit on the > > number of graphs that can be created on a page? After lots of > > investigation I can't seem to find the problem, but if it is on my end > > please let me know. > > > Thanks. -- 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.
