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].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to