Hi! I tried this, but alas, I can't make it work - it only ever seems to call which ever callback I set first, never both of them. Any pointers?
Many thanks in advance, Tony. On Jun 24, 5:54 am, Eiko <[email protected]> wrote: > Separate the queries into two functions, drawChart1 and drawChart2 and > then: > > google.setOnLoadCallback(drawChart1); > google.setOnLoadCallback(drawChart2); > > Hope this helps. -- 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.
