geekboy0801 opened a new issue #9077: Echarts x axis and y axis
URL: https://github.com/apache/incubator-echarts/issues/9077
 
 
   ### 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?
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to