maxiong88 opened a new issue #10477: y轴是类目轴,x轴是数值轴, x轴如何实现向类目轴那样的 坐标轴分割间隔?
URL: https://github.com/apache/incubator-echarts/issues/10477
 
 
   ### What problem does this feature solve?
   我在 x轴设置了
   ``` js
   axis:{
   min:0,
   max:  100,
   interval: 10,
   type: 'value',
   }
   ```
   实际展示的是0, 10, 20, 30, 40, 50, 60,70,80,90,100
   
   ### What does the proposed API look like?
   期望展示的是0, 20,40,60,80,100
   
   <!-- 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