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 and
color bars by value).
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!