As stated, downloading, and serving out library is against our terms of 
service.

I doubt downloading and hosting jsapi from GAE will speed things up either, 
as downloading the library, and hosting it as static content from GAE will 
likely serve from the same servers we use to host the library ourselves. 
 As a result, I don't think you'll see the performance gain you expect (it 
might even be slightly worse).

If you want the best load times from the charts API, check out Autoloading: 
 
https://developers.google.com/chart/interactive/docs/library_loading_enhancements#enhancedloading

That's our supported mechanism.

On Wednesday, May 1, 2013 10:08:27 AM UTC-4, asgallant wrote:
>
> I'm not sure that's allowed under the Terms of 
> Service<https://developers.google.com/chart/terms>(downloading the 
> Visualization API to host it locally is forbidden, I don't 
> know if that applies to the loader API or not).  In any case, the loader 
> API itself is quite small and isn't likely to present a bottleneck, ad if 
> google changes anything on their end, you could break connectivity for your 
> users.
>
> On Wednesday, May 1, 2013 2:08:08 AM UTC-4, Manu Zhang wrote:
>>
>> that's it! I downloaded jsapi and included in my project in fear that 
>> loading from  www.google.com/jsapi may take too long. 
>>
>> On Wednesday, May 1, 2013 1:30:44 PM UTC+8, asgallant wrote:
>>>
>>> Use a protocol-agnostic URL in the script tag:
>>>
>>> <script type="text/javascript" src="//www.google.com/jsapi" />
>>>
>>> That should make it load from https when the user is accessing from a 
>>> secure site, which should clear up the security issue.
>>>
>>> On Wednesday, May 1, 2013 1:16:41 AM UTC-4, Manu Zhang wrote:
>>>>
>>>> I have a web application on GAE which loads corechart package.
>>>> But when I access the page from Chrome, my chart is not shown and I 
>>>> find the following through "inspect element"
>>>> [blocked] The page at http://appid.appspot.com ran insecure content 
>>>> from 
>>>> http://www.google.com/uds/?file=visualization&v=1&packages=corechart.
>>>>
>>>> I don't have this issue in Firefox. It seems that Chrome blocks what it 
>>>> considers insecure content. How to make Chrome believe it is a secure 
>>>> source?
>>>> Any work around?
>>>>
>>>

-- 
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.


Reply via email to