0

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?

Krzysztof Majewski
  • 2,494
  • 4
  • 27
  • 51

1 Answers1

1

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.

Guille
  • 449
  • 3
  • 6