Well, actually, encoding the data in the url is /exactly/ how the image charts work.
And yes, it does mean that the url length is limited - eg ie6 limits it to 2k on the client side. Also, some servers will limit it (although I dont think google's chart servers do that). If you want/need to get around that, you can use "POST" instead of "GET" with an XMLHttpRequest from javascript. Then you can send whatever (and however much) data you want. But then you're outside of the google visualization world, and are working with your own protocol. Mark On Dec 16, 7:51 am, codingGirl <[email protected]> wrote: > Nobody can at least give a hint how to do this? -- 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.
