The solution to my problem was here : http://groups.google.ie/group/google-visualization-api/browse_thread/thread/8e1eda7977051e72/dec5f1c62e9063bb?hl=en&lnk=gst&q=Missing+id+for+request#dec5f1c62e9063bb
Thx for you help guys. On Jan 27, 7:07 pm, ChartMan <[email protected]> wrote: > Can you please send a small example to reproduce your error. > > ChartMan > > On Wed, Jan 27, 2010 at 8:25 PM, Dids <[email protected]> wrote: > > Hi, > > > I'm having problem with the query.send function call. (well, I think > > that's where the problem is) > > > What I am trying to do is: > > User select a date and click a "show data" button. > > I'm passing the date as part of the url to my custom data source. > > > It works fine on the first attempt. I get a nice pie chart and a > > table. > > > Problem is, when I try a second time, I get a "time-out" error > > message. > > > To request the data, my code is as follow : > > var query = new google.visualization.Query > > ( 'url_to_data_source_with_date' ) > > query.send(draw); //draw is the function I use to create the pie > > chart and set the data. > > > I've looked at the logs on the server side, the data_source is getting > > the request and returns the data just fine. > > > If I reload the page, it works ( once again, only the first time ). > > > Anyone seen this before? Any idea how to go about it please? > > > Regards, > > Dids, > > > -- > > 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]<google-visualization-api%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-visualization-api?hl=en. -- 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.
