How to sort the items within each stacking column?
问题 How to sort the items within each stacking column? Asc or desc. 回答1: Each series added to a chart is drawn on the chart in the order it was received. To change the order of the chart series you will need to change which series is the first in your list of series items. That being said - what I think you want to do is to, independently of the series order, sort on each stack by value. I do not think this is possible in HighCharts. 回答2: You can only set global index of serie, but you cannot