I am looking forward to have a local api so that we use it locally even 
without internet connection.
Thank you very much.

On Thursday, January 7, 2016 at 11:22:30 AM UTC+8, Jack Lau wrote:
>
> Hi all,
>
> Due to my company policy, our source code does not allowed to point 
> outside our system (e.g. "https://www.google.com/jsapi"; or "
> https://www.gstatic.com/charts/loader.js";).
>
> Is it allowed to download the source code of file loader.js and then run 
> in company's server ? Is the license allow me to do this commercially ?
>
> Just like below:
> <html>
>   <head>
>     <!--Load the AJAX API-->
> <!--<script type="text/javascript" src="
> https://www.gstatic.com/charts/loader.js";></script>-->
>     <script type="text/javascript" src="*.\loader.js*"></script>
>     <script type="text/javascript">
>
>       // Load the Visualization API and the piechart package.
>       //google.load('visualization', '1.0', {'packages':['corechart']});
>  google.charts.load('current', {packages: ['corechart']});
>  
>       // Set a callback to run when the Google Visualization API is loaded.
>       //google.setOnLoadCallback(drawChart);
>  google.charts.setOnLoadCallback(drawChart);
>
>       // Callback that creates and populates a data table,
>       // instantiates the pie chart, passes in the data and
>       // draws it.
>       function drawChart() {
>           // ...
>       }
>
> Thanks,
> Jack
>
>
>

-- 
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/51e6163b-321a-4fab-bf89-ebf10cb2d639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to