Veigar-C opened a new issue #10438: 当yAxis的max较大时,min无效?
URL: https://github.com/apache/incubator-echarts/issues/10438
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   例如:
      yAxis: {
           type: 'value',
           min:0,
           max:10000
       },
   依旧会把 小于0的 值渲染出来
   
   ### What is expected?
   设置最小值0值,0以下的值被隐藏
   
   ### What is actually happening?
   依旧会把小于0值渲染出来
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

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