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/04/15 10:29:13 UTC

[GitHub] [incubator-echarts] Deadpool957 opened a new issue #10294: y轴数据是从后台请求过来的,Y轴网格线的颜色不同,导致有的图网格线多出一条

Deadpool957 opened a new issue #10294: y轴数据是从后台请求过来的,Y轴网格线的颜色不同,导致有的图网格线多出一条
URL: https://github.com/apache/incubator-echarts/issues/10294
 
 
   ### Version
   4.1.0-rc.2
   
   ### Steps to reproduce
    yAxis: [{
                           type: 'value',
                           axisLine: {
                               show: false
                           },
                           axisTick: {
                               show: false
                           },
                           splitLine: {
                               show: true,
                               lineStyle: {
                                   color: ["#fff", "#eeeeee", "#eeeeee", "#eeeeee", "#eeeeee", "#eeeeee", "#eeeeee", "#fff"]
                               }
                           }, 
   
                           min: 0,
   
                           max: Math.ceil(Math.max.apply(null, that.trendValue)),
                           splitNumber:5,
                           //设置x轴文本颜色
                           axisLabel: {
                               show: true,
                               padding: [0, 10, 0, 24],
                               textStyle: {
                                   color: '#9ea6ad', //x轴文本颜色
                                   fontFamily: 'Microsoft YaHei',
                                   fontWeight: "normal"
                               }
                           }
   
                       }],
   
   ### What is expected?
   y轴数据是从后台请求过来的,Y轴网格线的颜色不同,导致有的图网格线多出一条
   
   ### What is actually happening?
   网格线有的多出一条,
   
   <!-- 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:
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