See this page, for example: https://developers.google.com/chart/interactive/docs/quick_start
Depending on a browser we see one of errors as follows:
Uncaught ReferenceError: Hh is not defined
(in Chrome)TypeError: chart.draw is not a function
(in Firefox)
JSFiddle examples linked from the documentation and attempts to work with charts manually fail with the same diagnostics.
Is there any way to work around this?