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 google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/7d910b9b-9d1b-4d71-a729-19cf454971aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, this was the planned update of the loader announced last week. Not enough people tested it, apparently.This particular error is, I believe, a legitimate error message caused by calling google.charts.setOnLoadCallback before calling google.charts.load. It is documented that the order should be the other way around. I hope it will be easy enough for people to fix.
On Wed, Jun 7, 2017 at 6:43 AM, Julian Hullis <julian...@gmail.com> 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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/7d910b9b-9d1b-4d71-a729-19cf454971aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
<script type="text/javascript">
google.load('visualization', '1.0',{'packages':['timeline', 'table']});
google.setOnLoadCallback(drawChart);
google.charts.setOnLoadCallback(drawTable);
--
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-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@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/a97a1efe-4f3e-4bda-b81d-1f3a23bf86dc%40googlegroups.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/a97a1efe-4f3e-4bda-b81d-1f3a23bf86dc%40googlegroups.com.