Does any body know why these 2 statements found on the Goolge charts site
seem contradicting?

Data Policy
All code and data are processed and rendered in the browser. No data is
sent to any server.

I also found the below question and answer on their FAQ page which seems to
contradict the above:

Is Google logging all my chart data?
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.

Thanks!

On Fri, Nov 15, 2013 at 2:41 PM, TheInnovator <[email protected]> wrote:

> How did you fix it?
>
> On Thursday, November 14, 2013 12:25:49 PM UTC-5, jagadeesh g wrote:
>>
>> Hi,
>>
>> Sorry, I fixed the issue
>>
>>
>>
>> On Thursday, 14 November 2013 17:22:35 UTC, jagadeesh g wrote:
>>>
>>> Hi,
>>>
>>> I am new to Google Visualization api. I need to create org charts with
>>> photo of the user. Kindly let me know if there is any issue with my code.
>>> When i add the below image tag the chart is not displaying. and the div
>>> tag is empty.
>>>
>>>  function drawChart() {
>>>         var data = new google.visualization.DataTable();
>>>         data.addColumn('string', 'Name');
>>>         data.addColumn('string', 'Manager');
>>>         data.addColumn('string', 'ToolTip');
>>>         data.addRows([
>>>           [{v:'1', f:'<div style="width:400px;height:100px;"><span
>>> style="padding-left:15px; padding-right:15px;"><img src='user.png' />Rita
>>> Vanhauwenhuyse</span></div><div style="color:white;">VP Talent &
>>> Learning</div>'}, '', 'VP Talent & Learning'],
>>>           [{v:'Jim', f:'Jim<div style="color:red;
>>> font-style:italic">Vice President</div>'}, '1', 'VP'],
>>>           ['Alice', '1', ''],
>>>           ['Bob', 'Jim', 'Bob Sponge'],
>>>           ['Carol', 'Bob', '']
>>>         ]);
>>>
>>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/LrWf3E3K8ig/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
>



-- 
-Isaac-

http://twitter.com/#!/feedy0urmind
You are today where your thoughts have brought you; you will be tomorrow
where your thoughts take you.
- James Allen

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

Reply via email to