Hey all- I recently started a google visualization dashboard. The dashboard queries three different tabs from the same spreadsheet in google docs and then applies joins on these spreadsheets from within my code. One of the first problems I ran into was javascript code was being executed too quickly--that is, I appeared to tell google visualization to draw a table before the query response had been received (resulting in a "data table not defined" error). One (very) temporary workaround I found was to have the queries continually refresh. When I joined the data tables later in the code, the continuous refresh ensured they would be defined by that point. I admit this wasn't a good fix -- I'm surely interested on what a real fix to this problem might look like.
But the bigger problem right now is that everything stopped working about an hour. Specifically, when I query any spreadsheet from my computer I receive a response of "503 Service Unavailable." I reckon this happened because I was sending so many requests at once (I was also making quick updates and reloading); google probably thinks I'm a spam bot. So... how do I get my query requests working again? And... how do I issue multiple queries to tables and have my code issue a flag to let me know all query responses have arrived? Thanks -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/ylivn0wvdrAJ. 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.
