Old Library Loader Code

<script type="text/javascript" src="https://www.google.com/jsapi";></script>
<script type="text/javascript">
  google.load("visualization", "1", {packages:["corechart"]});
  google.setOnLoadCallback(drawChart);
</script>

Old Library loader class is working fine. But no graph is displaying with 
new Library loader class. BROWSER : SAFARI (Working fine in Crome, Mozilla)
New Library Loader Code

<script type="text/javascript" 
src="https://www.gstatic.com/charts/loader.js";></script>
<script type="text/javascript">
  google.charts.load('current', {packages: ['corechart']});
  google.charts.setOnLoadCallback(drawChart);
</script>



On Friday, November 24, 2017 at 7:42:20 PM UTC+5:30, Ashish Lamba wrote:
>
> Google Charts with new way of loading(
> https://www.gstatic.com/charts/loader.js) not working in Safari browser. 
> Any ideas how I can make them work. Please help I m stuck with this.
>

-- 
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/4234d293-107c-4e50-83d5-d9834c408452%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to