The Terms of Service <https://developers.google.com/chart/terms> prohibit hosting the API locally.
On Thursday, February 21, 2013 6:11:42 AM UTC-5, Wijnand Honselaar wrote: > > I am trying to set the sjapi local. I downloaded > https://www.google.com/jsapi and saved it in my project as jsapi.js. > > I put it in my bundle config like so: > <code> > bundles.Add(new ScriptBundle("~/bundles/MyScripts").Include( > "~/Scripts/prefixfree.js", > "~/Scripts/jsapi.js", > "~/Scripts/Script.js", > "~/Models/Simulation.js", > "~/Models/Stopwatch.js", > "~/Models/Event.js", > "~/Models/Input.js", > "~/Models/Track.js" > )); > </code> > > I can access the script with developerconsole>sources. > > The problem is that my complete page goes blank when I load this script. > It is required for me to load the script from the local machine. > > I copied the Line Chart from the gallery into my HTML and Script.js. > -- 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 http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
