### Change position with each other Hi, there! Highcharts has the ability to change the x and y axis position without changing series data. It is done when we just set `chart.inverse=true` http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/chart/inverted/
But with echarts, i can't implement this function. In order to change the position of x and y axis, i should implement data structure differently every time. Maybe you can think changing data structure is very easy, but when dealing with big and complicated data, it's not easy. Could you let me know echarts supports this ability or not? If not, what is the best solution? [ Full content available at: https://github.com/apache/incubator-echarts/issues/9077 ] This message was relayed via gitbox.apache.org for [email protected]
