Hello,
 I am using google visualization API as a chart generator for some of our 
BI reports. 
I am using the Java visualization library on the server side as well. The 
thing is that using google.visualization.Query I can only send parameters 
to my datasource using GET, but I find that the size restriction of GET 
method is not enough, and I would like to send POST variables to my 
datasource using google.visualization.Query. I need to send informations 
about how to filter members, but there could be a lot of members so I would 
end up with something 
like  
google.visualization.Query("http://DATASOURCE?members:23,4324,24,241,1234,1234,1243...";)
Is there a way to use Query and send parameters by POST??
Thank you very much for your help

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/K_49-wF1K-wJ.
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