Hi Vizguy,
Thank you very much for your reply.It would be good if we have some
documentation how each chart architecurally works such as
When i am looking at the steps

  google.load('visualization', '1', {'packages':['table']}); ------->
This step downloads the chart to browser

    var query = new google.visualization.Query('simpleexample');
--->uses xhr to communicate in same domain, the data is not
communicated to any third party websites
similar lines.To extend my question where do you think i would get the
info what i am looking at for each charts.


Thanks&Regards
Suresh



On Mon, Aug 17, 2009 at 11:55 PM, VizGuy<[email protected]> wrote:
> Hi,
> See data policy specific for each chart at each chart documentation (in the
> gallery).
> I can tell you that Motion Chart does not send anything to Google servers.
> In general, only the image based ones send the data  (to generate the
> image), and js and flash based ones do not send the data.
> Again - see specific details in each chart's docs.
> Regards,
> VizGuy
>
> On Fri, Aug 14, 2009 at 7:21 PM, Manhattans <[email protected]>
> wrote:
>>
>> Hi
>> I am looking at the FAQ of the visualization api (http://
>> code.google.com/apis/visualization/faq.html) and found the statement
>> "The chart data included in the HTTP request is saved in temporary
>> logs for no longer than two weeks for internal testing and debugging
>> purposes. Of course you should understand that if your chart appears
>> in an image tag on a public webpage, it could be crawled.".
>>
>> If i want to use java open source data table library with motion chart
>> would there be an issue where the data will be sent to Google server.
>>
>> And what are the charts under visualization api would fall under the
>> statement where the data will be sent to Google server.
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to