I made a jsfiddle using your chart code, and there are no problems: http://jsfiddle.net/asgallant/mmzbZ/. This usually means that you have some other javascript on your website that is changing core javascript object prototypes (messing with the Array prototype seems to be a common denominator in these types of problems).
On Sunday, September 15, 2013 7:56:00 PM UTC-4, Danny wrote: > > Hi all, > > Since the most recent > update<https://developers.google.com/chart/interactive/docs/release_notes?hl=nl#whatsnew>of > the Charts API on august 27th 2013, a great deal of my charts stopped > working and give the following error: > One or more participants failed to draw()× > 'undefined' is not a function (evaluating 'b[Jr](this.b)') > > You can see a live example here: > http://www.marketingfacts.nl/statistieken/detail/online-consumentenbestedingen/. > > It would mean a great deal for my if anyone knew what's causing this? > -- 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.
