You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/09/14 09:15:12 UTC

[GitHub] geekboy0801 opened a new issue #9077: Echarts x axis and y axis

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org