Hi, to create a Visualization I need to send data (the DataTable and the draw-options) to my server and get an image back which I then display in the website using Javascript.
I a way this is a bit like the Image charts in Google Visualization: http://code.google.com/apis/visualization/documentation/gallery/genericimagechart.html I wonder how in that case Google is sending data to their image chart server? They do not encrypt everything as URL and send a GET request because that would introduce a limitation in length of data to be send to something like 2000 chars. Could somebody explain to me how I should best send this data with Javascript and how best 'accept' and 'process' it at the server side? Souce code examples would be great :) Thanks! -- 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.
