There was an announcement of a new candidate release last Thursday. This should only affect those who are loading "1.1".
David, I can tell by looking at your code that you are calling the chartwrapper draw() method with a datatable, which is not correct, and the source of the problem. It used to be that your datatable would be ignored, but now that argument must be a container id or container element if you provide it at all. Ben, you are getting a different error message, so the cause could be very different. You'll have to give us more clues before we can give you some clues. On Tue, Apr 21, 2015 at 2:33 PM, Ben Falchuk <[email protected]> wrote: > Any new resolutions to this or workaround ? it might be relevant to me as > I am now (April 2015) seeing similarly-themed error with pie-charts that > did not occur before and no changes were made: > > Cannot read property 'bottom' of undefined > > On Sunday, February 24, 2013 at 4:51:40 PM UTC-5, Andrea Maestroni wrote: >> >> hi to all! >> >> i have a problem with the visualization of a piechart. >> My program run until the 22 february, after this date (the problem begin >> the 23 february) I have not modified the code but there are some problem >> with the chart..i say to me: >> Uncaught Error: Container is not defined >> format+it,default,corechart.I.js:342 >> <https://www.google.com/uds/api/visualization/1.0/cbcd5e2904628a4ef4d665354dc31eeb/format+it,default,corechart.I.js> >> >> I created the div automatically and is present when i "draw" the >> piechart...but the strange thing is that this error before I did not dave >> and now despite not having changed the code from one day to another ... >> >> someone know why? >> >> thanks a lot! >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Chart 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-chart-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api. For more options, visit https://groups.google.com/d/optout.
