You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/05/15 09:42:43 UTC

[GitHub] [incubator-echarts] maxiong88 commented on issue #10474: y轴是类目轴,x轴是数值轴, x轴如何实现向类目轴那样的 坐标轴分割间隔?

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org