Chart - Set stacking order based on Probability

I’ve found a workaround for column charts. Strange that the value needs to be false though.

Highcharts.chart('container', {<br>&nbsp; &nbsp;&nbsp;yAxis: {<br>&nbsp; &nbsp; &nbsp; &nbsp; reversedStacks: false<br>&nbsp; &nbsp; }<br>});