Your setQuery calls sendAndDraw, which is also called by
google.setOnLoadCallback.
I guess you want to do different things in each of those cases and not the
same things.

On Sun, Dec 12, 2010 at 10:16 AM, Johnathon Taylor <
[email protected]> wrote:

> I commented out the line as you suggested but i hit the same problem
> again.
>
> Now when i change the value of one of the drop down boxes , the send
> and draw request is now called
>
> This means that I never see any data on my page, should I be adding
> this line into the drop down boxes to force the data to be pulled
> through.
>
> Thanks for any help anyone can offer
>
> On Dec 11, 6:43 pm, KeithB <[email protected]> wrote:
> > Per the documentation: "Use google.setOnLoadCallback to register the
> > specified handler function to be called once the document loads ..."
> >
> > If you comment out the following line, the table will NOT be drawn
> > immediately after load:
> > google.setOnLoadCallback(sendAndDraw);
>
> --
> 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.

Reply via email to