Yes I am in the same boat (though a very inexperienced js developer - I
simply followed the docs.
All my charts are working fine as I do have setOnLoadCallback after load,
except the page that has 2 charts - 1 table and 1 timeline:
<script type="text/javascript">
google.load('visualization', '1.0',{'packages':['timeline', 'table']});
google.setOnLoadCallback(drawChart);
google.charts.setOnLoadCallback(drawTable);
This fails as of this morning
On Wednesday, 7 June 2017 11:43:00 UTC+1, Julian Hullis wrote:
>
> Hi,
>
> I've started getting the following error across all applications using the
> charts api.
>
> 'Uncaught Error: Must call google.charts.load before
> google.charts.setOnLoadCallback at Object.google.G.K.T.jl [as
> setOnLoadCallback] (loader.js:224)'.
>
> This includes a published app (hosted internally) that hasn't been updated
> for two weeks.
>
> Has there been an update to the api in the last 12 hours that could be
> causing this?
>
> Thank you.
>
>
>
> google.charts.setOnLoadCallback(function () {
> angular.bootstrap(document.body, ['opsRiskApp']);
> });
>
> google.charts.load('43', { packages: ['corechart'] });
>
>
>
--
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 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/a97a1efe-4f3e-4bda-b81d-1f3a23bf86dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.