Reverse order in stacked charts
The current logic for the "normal" stacking is that the series are stacked from the top to the bottom. There should be an easy way to reverse the order, our users are used to build the stack from the bottom to the top and not vice versa. I suggest adding something like plotOptions { stackingOrder: 'reversed' }// default 'normal'
18
votes
Miro Liska
shared this idea
-
Kotya Naik commented
This is a very clear requirement. Changing index/order in data series is difficult all the time. As mentioned above simple flag option should be given.