Clarkkkk opened a new issue #14192: URL: https://github.com/apache/echarts/issues/14192
### Version 5.0.1 ### Reproduction link [https://jsfiddle.net/Charlllles/zbm5gn93/4/](https://jsfiddle.net/Charlllles/zbm5gn93/4/) ### Steps to reproduce Click the button, and it uses setOption() to change every series's datasetIndex. Those two datasets is sorted by different dimensions using transform. ### What is expected? The order of categories on yAxis should change to reflect the dataset with different sorting. Because if I use that specific sorted dataset in the very beginning, the order will be the same as the order of that dataset's data in relavant dimension. ### What is actually happening? Nothing happened actually. In getOption(), the datasetIndex is set correctly, but the order did not change. All I can do to change the order may be disposing the instance and re-create a new one. --- If the behaviour described above is expected, then I hope there is a method that let me change the order of axis categories. <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
