spoojaj commented on issue #15960:
URL: https://github.com/apache/echarts/issues/15960#issuecomment-954631906


   Yes, I want yAxis and xAxis both typed in 'value', n still want horizontal 
chart.
   
   lets say , in the below E-chart example yAxis is typed as 'category' 
   
   https://echarts.apache.org/examples/en/editor.html?c=bar-y-category
   
    yAxis: {
       type: 'category',
       data: ['Brazil', 'Indonesia', 'USA', 'India', 'China', 'World']
     },
   
   but instead if we change yAxis to
   
     yAxis: {
       type: 'value',
       data: [1,2,5,7,10]
     },
   
   Horizontal bars becomes vertical. our requirement is to have both axis typed 
'value' n still want horizontal chart.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to