Vaadin chart order bars

129 Views Asked by At

This is my chart: enter image description here

Now, bars are sorted by series(on right side) but I want to sort every category by values like that:

enter image description here

Can I do that with Vaadin charts?

1

There are 1 best solutions below

0
On

Current behavior is that bars follow the order in which the series are added.

Unluckily I don't think it's possible to change the order of the bars for each category, and it's a limitation in the underlying charting library.