ZJongs opened a new issue #10385: 3.6.2版本series-bar.markLine 多series设置线颜色无效
URL: https://github.com/apache/incubator-echarts/issues/10385
 
 
   ### Version
   3.6.2
   
   ### Steps to reproduce
   
   `markLine:  {
                   symbol : 'none',
                   itemStyle : {
                       normal : {
                           label : {
                               show:true,
                               formatter: '{b}'
                           }
                       }
                   },
                   lineStyle: {
                       normal: {
                           type: 'solid'
                       }
                   },
                   
data:[{yAxis:100,name:'自定义',lineStyle:{color:'red'},{yAxis:200,name:'自定义',lineStyle:{color:'blue'}}]
               };`
   
   3.6.2版本设置以上颜色时,线颜色不起作用。
   4.0.7版本设置时可以正常使用
   没有在更新版本记录中看到对这个的记录。
   
   ### What is expected?
   从3.6.2中找到解决办法
   
   ### What is actually happening?
   从3.6.2中找到解决办法
   
   <!-- 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