vaadin charts: order of series in stacked columns

is it possible to change the order of the series in a stacked column chart? default seems to be that the series are displayed top to bottom (left to right in legend) corresponding to their order in the chart configuration, but I would prefer it vice versa…

have a nice weekend!

if anyone else looks for a possibility to change order of items in legend/stacked columns.you can reverse order in the legend:

myChart.getConfiguration().getLegend().setReversed(true)