Using Vaadin 6.x and Vaadin Charts, I am playing around with BasicColumn (http://demo.vaadin.com/charts/#BasicColumn). I want the user to choose bar column colors on the screen. I correctly get the color from user however I couldn’t manage to set colors of the column bars dynamically.
I know it is pretty simple with DataSeriesItem however there is no color attribute for ListSeries.
Is there a way to set the colors of bars on BasicColumn?