maxiong88 commented on issue #10474: y轴是类目轴,x轴是数值轴, x轴如何实现向类目轴那样的 坐标轴分割间隔?
URL: 
https://github.com/apache/incubator-echarts/issues/10474#issuecomment-492584006
 
 
   我在 x轴设置了
   ``` js
   axis:{
   min:0,
   max:  100,
   interval: 10,
   type: 'value',
   }
   ```
   实际展示的是0, 10, 20, 30, 40, 50, 60,70,80,90,100
   期望展示的是0, 20,40,60,80,100

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