[visualization-api] Re: Color for Timeline Chart with 3 categories

2014-09-05 Thread Khrys
Thanks for remember this, Andrew. Gonna give a try. On Thursday, September 4, 2014 11:00:10 PM UTC-3, Andrew Gallant wrote: In case you are still looking for a solution, I found a way to do this that actually works properly using the style column role to color the bars without having to go

[visualization-api] Re: Color for Timeline Chart with 3 categories

2014-09-04 Thread Andrew Gallant
In case you are still looking for a solution, I found a way to do this that actually works properly using the style column role to color the bars without having to go through the process of building the array of colors: http://jsfiddle.net/asgallant/axr7h/8/ On Tuesday, May 20, 2014 8:12:48 PM

[visualization-api] Re: Color for Timeline Chart with 3 categories

2014-05-20 Thread Andrew Gallant
The Timeline might be sorting the data by start date before assigning colors. When I applied a sort to the DataTable, it looks more correct, but I don't think it's quite right still: http://jsfiddle.net/asgallant/axr7h/6/. If you change the column used to sort, you can clearly see the effect