Thank you for your work. An existing page I built fails this morning following the update.
These are in an HTML page with inline script elements as published from Google Spreadsheets.
Uncaught ReferenceError: oT is not defined VM226:1
(anonymous function) VM226:1
google.loader.eval.visualization format+en,default+en.I.js:355
evalOrDefer corechart+en.js:1
(anonymous function)
To reproduce the error, publish a javascript Gauge chart from a spreadsheet and put the script element in the body of an HTML page. Then also publish an area chart and add it to the same page.
The Gauge will load and display, but the subsequent chart will not. Error appears in the console (Chrome, OSX).
I quickly refactored to use iframes to workaround the issue.
Mark