CnBDM-Su opened a new issue, #19259:
URL: https://github.com/apache/echarts/issues/19259

   ### What problem does this feature solve?
   
   My option now is like this. And I got a vertical bar plot. How can I set 
this to be horizontal. I didn't find an example. all examples of horizontal bar 
the y axis is category.
   option = {
   
     tooltip: {
     },
     grid: {
     },
     xAxis: {
       type: 'value',
     },
     yAxis: {
       type: 'value',
     },
     series: [
       {
         type: 'bar',
         data: [[1,0.1],[2,0.2],[3,0.3],[4,0.4],[5,0.5]]
       },
     ]
   };
   
   ### What does the proposed API look like?
   
   Is there any option like orient to define its orientation?


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