Hopefully this helps others searching for this same fairly generic error. Much like Zdravko, my cause came down to syntax.On a site that worked until recently (April, 2016) I had a ComboChart with this included in the options:        chartArea:{left:85,bottom:75,width:'77%',height:'78%'},If I comment this out of the chart options, the chart renders, and if I include it I get the error noted in the subject of this thread.Upon changing to this, it works again:        chartArea:{left:'85px',bottom:'75px',width:'77%',height:'78%'},This is the full chart definition, for context (with proper syntax in place):   var chart_flows6 = new google.visualization.ChartWrapper({        containerId: 'chart_flows6',        chartType: 'ComboChart',        options: {title: 'ARKPUECO Stream Gage - Colors of Water',               seriesType:'area',               width:'100%',height:320,               chartArea:{left:'85px',bottom:'75px',width:'77%',height:'78%'},               isStacked:'true', lineWidth:0,               series: {0: {type: 'line',lineWidth:1,pointSize:9}}               }                                              });ÂI'm guessing I was using an old syntax that was finally deprecated as of May 2016.~Kelly
--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
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/83c133f3-3a33-4aab-b797-91d93a4ae12a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
K. Kelly Close, P.E.
Senior Project Manager | Technology Group Lead
Leonard Rice Engineers, Inc.
Office   303-455-9589
Cell    720-307-3728
Web     www.lrewater.com  – new!
Â
Click to find us on Facebook, LinkedIn and Google+
Â
**CONFIDENTIALITY NOTICE:Â--
You received this message because you are subscribed to a topic in the Google Groups "Google Visualization API" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-visualization-api/oAmSOcvql1o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
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/CAOtcSJMmyP%3DU4jiKgPx8rfmeDLeuf33F%2B1dyDSUY4fNtXOSuKA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAGQ70fvN2zNE1Sw8rPEXjcePffkcHFB%2BtvJEsZbzzXjVv2%3D3BQ%40mail.gmail.com.