If anyone out there is using an old version of ng-google-chart, here is how 
you can fix this:


   - Download the latest build 
   here: https://github.com/angular-google-chart/angular-google-chart
   - Add this to your angular config:

angular.module('myapp', ['googlechart'])
  .config(function(agcLibraryLoaderProvider){
    // options: 'jsapi', 'gstatic', 'null' (not the value, the string 'null').
    agcLibraryLoaderProvider.setLoader("gstatic");
  })



-- 
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/81414547-b359-4dc2-9ece-00905807cf24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to