I am using ervlet to process the following result to get a column
chart
google.visualization.Query.setResponse({version:'0.6',status:'ok',sig:'1068069245',table:
{cols:[{id:'socket1',label:'socket',type:'string',pattern:''},
{id:'bin1',label:'sum)',type:'number',pattern:''},
{id:'counts1',label:'count',type:'number',pattern:''}],rows:[{c:
[{v:'1'},{v:1000.0},{v:1027.0}]},{c:[{v:'2'},{v:988.0},{v:1027.0}]},{c:
[{v:'3'},{v:1002.0},{v:1027.0}]},{c:[{v:'4'},{v:857.0},{v:
1026.0}]}]}});but when I add ?tq select socket1,bin1 it does not accept .... what is the reason? it works well for static data like http://code.google.com/apis/visualization/documentation/dev/dsl_get_started.html#introducing when i requery using tq= select name on address bar it works fine can u guide me through this problem -- 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.
