Open
Description
What problem does this feature solve?
How to customize the stack order of stacked bar?
https://echarts.apache.org/examples/zh/editor.html?c=bar-y-category-stack
Changing the order of data will also change the color (NG)
What does the proposed API look like?
reverseStackOrder: boolean
or
stackOrder: "normal" | "reverse"