Hi,

I am new at using the Google Visualisation API.

I am looking for a way to extract well organised JSON database using
the Google Visualization API Query Language.

So far, the API output looks like this where cols and rows are
distinct elements   :

google.visualization.Query.setResponse({version:'0.6',status:'ok',sig:'843093026',

table:

{

cols:
        [{id:'A',label:'name',type:'string',pattern:''},
        {id:'B',label:'value',type:'number',pattern:'#0.###############'},

rows:
        [{c:[{v:'name1'},{v:1,f:'1'},{v:2,f:'2'},{v:3,f:'3'}]},
        {c:[{v:'name2'},{v:10,f:'10'},{v:20,f:'20'},{v:30,f:'30'}]},
        {c:[{v:'name3'},{v:100,f:'100'},{v:200,f:'200'},{v:
300,f:'300'}]}]}});

Do you know any tutorial or existing code that can get me through ?

Many thanks,

Martin

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