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 2018/05/14 08:01:32 UTC

[GitHub] tantaiMoon commented on issue #4678: 关于折线图y轴刻度自定义的问题

tantaiMoon commented on issue #4678: 关于折线图y轴刻度自定义的问题
URL: https://github.com/apache/incubator-echarts/issues/4678#issuecomment-388730369
 
 
   yAxis: [
               {
                   type: 'value',
                   name: '在厅人数(人)',
                   min: 0,
                   max: 100,
                   interval:5
                   axisLabel: {
                       formatter: function (value, index) {
                           return value
                       }
                   }
               }
           ],
   
   我想显示0,5,10,15,20,25,50,75,100改如何处理?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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