If you are using Google Charts by loading the code into the browser (with
google.load('visualization', ...)) and then building your data table and
chart in the browser, then it is all happening in the browser, and none of
your data goes to remote servers.There are some other ways to use some features of Google Charts, including the chart server and AppsScripts, where your data would go to Google servers. If your data starts out in a Google spreadsheet, then it is obviously stored in a Google server. Hope that helps. On Fri, Feb 28, 2014 at 9:19 PM, ChartsExplorer < [email protected]> wrote: > Hello, > I am a newbie to JS, and also Google APIs. > My question is, when using the google chart apis, does the raw data in the > dataTable travel over internet to remote servers during page rendering ? > > Thanks in advance. > > -- > 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. > For more options, visit https://groups.google.com/groups/opt_out. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton 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 http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
