I need to add a third stack to each column, and now I have 7 data.addColumn 
clauses, 
and 7 values in the data.addRow arrays. Any idea why it is note running? I 
simply grew everything proportionally. Thanks!

On Wednesday, April 30, 2014 2:08:08 PM UTC-4, minimoto wrote:
>
> Its old post, but your solution worked for me, thank you for sharing!
>
> On Thursday, November 3, 2011 7:24:46 AM UTC-7, asgallant wrote:
>>
>> Basically, there are two techniques at work here:
>>
>> 1) You need to create 1 DataTable column for each data color you want. 
>>  Each chart column is its own row in the DataTable: set only the values you 
>> want to show in a particular column (everything else should be null).
>> 2) You need to insert rows of null data to create the gaps between 
>> grouped columns
>>
>> See my example code here: http://jsfiddle.net/yRnNk/1/
>>
>

-- 
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