No. The only way to get multiple colors is to split the data into multiple series. Depending on how your data is set up and how you want to display it, you can have a single data series in the DataTable split into multiple data series by a DataView and color them that way (here's two examples: color bars by name <http://jsfiddle.net/asgallant/zwPuU/> and color bars by value<http://jsfiddle.net/asgallant/QHJA6/> ).
On Thursday, November 22, 2012 6:15:17 AM UTC-5, maayan wrote: > > Hi all, > Is it possible to set different colors within the *same series* on gwt > visualizations column chart ? > Thanks! > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/nt8hBBg-1E8J. 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.
