Before I start coding I'm trying to get my head around how this is intended to hang together. Links and/or sample code would be a bonus, but really I'm trying to "get it".
I have a working Dashboard that uses a datasource to draw controls, a map and a table (and thanks to this forum, you can now click on the table and highlight the map and vice versa). I started with the Airport, Country, Region, City example and took my lead from there. I have another datasource that contains related information that I'd like to display in the same Dashboard in such a way that the existing controls also affect the filters of the second datasource and its charts. I could make another handleQueryResponse() handler and link the two with onReady eventListeners, but that seems clunky, given that there are join() and bind() functions which clearly give you the notion that you can join two tables and deal with the result. Alternatively, in my initialization handler I could fire off another query - to my second datasource, have it be handled by the original handleQueryResponse() handler and somehow (since this is asynchronous) join that to the other datasouce, or should this be dealt with in another way? How is this expected to be glued together? -- 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.
