Hi,
As far as I recall, the python library gives you a function that takes a
python object and returns a json of a datatable or a full json of a
response.
If you make a python server that accepts POST requests and returns that
datatable json (not the full json response), and you access it from html
pages on the same domain (you cannot do cross-domain POST requests, AFAIK),
and on the client-side (javascript) code you take that json of a datatable
and give it to the constructor of google.visualization.DataTable() then
everything should work fine.
Hope this helps.
Regards,
VizBoy.
On Mon, Jan 19, 2009 at 6:20 PM, Chen Harel <[email protected]> wrote:
>
> Hi, Is there a way (or a workaround) to query visualization data (Data
> Source Python Library) via POST method
> (I want to pass a hidden key that I can't expose via the usual GET I
> use today)
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---