Current plans are to release a portion of the library that deals with datatables, options processing, chartwrappers, and queries. This will let people build different charts on top of the basic framework. But doing even this requires a process of extracting code and cleaning it up to make it ready for release. We have very little time for that these days, but are making progress. No specific timeline.
On Mon, Sep 24, 2018 at 10:35 AM 'Andy Maertz' via Google Visualization API <[email protected]> wrote: > Hello Sergey, > > Can you please tell me about the status of your decision to provide users > with a downloadable version of the Google Charts code? > > Thanks and cheers, > Andy > > > On Thursday, January 7, 2016 at 3:55:19 PM UTC+1, Sergey wrote: >> >> Hi Jack, >> >> It is currently against our Terms of Service to host any of our code on >> your own servers. But in any case, it wouldn't do you much good to host >> 'loader.js' since, as the name may suggest, it is but a loader and nothing >> more. You could copy the JavaScript files it ultimately loads but again, it >> is against our Terms of Service. >> >> We do intend to eventually provide our users with downloadable versions >> of Google Charts code, but it is currently in early discussions and we >> don't have any roadmap that we can share with you. >> >> On Wed, Jan 6, 2016 at 10:22 PM Jack Lau <[email protected]> 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/30888b7d-f3f0-437a-9434-323b1cf07071%40googlegroups.com >>> <https://groups.google.com/d/msgid/google-visualization-api/30888b7d-f3f0-437a-9434-323b1cf07071%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> >> [image: unnamed.gif] >> >> • >> >> • >> >> • >> >> • >> >> Sergey Grabkovsky >> >> Software Engineer >> >> Google, Inc >> >> [email protected] >> > -- > 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/6cbbcbab-9c6e-43fe-ba41-f650a2c2a9a0%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/6cbbcbab-9c6e-43fe-ba41-f650a2c2a9a0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> Cambridge MA -- 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/CAOtcSJO%3DdhX8pmhduHbx2bzdGSvW%2BO9m2UPmhihce91if2eJWw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
