Thank you so much! This is perfect. And I learned some JS in the process :) 
Really appreciate the help.

On Friday, July 25, 2014 9:09:08 PM UTC-4, Andrew Gallant wrote:
>
> Thanks for the reminder, I started an answer a few days ago and got 
> distracted away.  You can merge the DataTables from each query together 
> with a bit of hackery: http://jsfiddle.net/asgallant/2wt3Q/
>
> This method will work with any number of queries you need to make, as long 
> as every query returns a DataTable with the exact same column structure.
>
> On Friday, July 25, 2014 10:29:15 AM UTC-4, MB wrote:
>>
>> bump
>>
>> On Tuesday, July 22, 2014 10:08:46 AM UTC-4, MB wrote:
>>
>>> Whoops accidentally deleted the main topic.
>>>
>>> Thank you very much Andrew. I was able to create the timeline as such. I 
>>> have one additional question. I am now trying to query two data sources and 
>>> combine the results into one chart. The code I have so far is here: 
>>> http://jsfiddle.net/29PPu/ However, I'm stuck at this point (I'm not 
>>> familiar with Javascript at all). So far, I query both spreadsheets and 
>>> then send and process the query for the second one. It appears that to add 
>>> data from the second, I have to also send the query to that one and call 
>>> the dataTable method on the queryReponse object and then I can concatenate 
>>> the two data tables before building the chart. But I've been utterly unable 
>>> to do this in my code. Can anyone provide assistance on how to structure 
>>> this so it can work?
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to