Also Google Chart and Google Visualization are two different animals.
In fact Google Visualization is using Google Chart for the Image
Charts which are overcoming the 2000k limit - meaning they do not use
GET to send their data.
I wonder what they use?
I was thinking about how you get the datatable /for/ a visualization,
which is defined to use GET.
So yes, a visualization could use any method to send its data to a
server (or indeed no method at all, since a lot of them dont require a
server).
So POST is probably the way to go.
Mark