JianbinWei opened a new issue #16571:
URL: https://github.com/apache/echarts/issues/16571


   ### What problem does this feature solve?
   
   option = {
     xAxis: {
       type: 'category',
       data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
     },
     yAxis: {
       type: 'value',
       max: 500,
       min: -500
     },
     series: [
       {
         data: [150, 230, 224, 218, 135, 147, 260],
         type: 'line'
       }
     ]
   };
   
    根据上述代码运行图示,x轴的axisLabel不只是放置在grid下方,可以跟随 axisLine上下更新。
   
   ### What does the proposed API look like?
   
   axisLabel: {
     position: 'auto'
   }


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