lbm526 opened a new issue #11161: 图例项的 icon,使用'path://'设置填充颜色不起作用
URL: https://github.com/apache/incubator-echarts/issues/11161
 
 
   ### Version
   3.8.4
   
   ### Steps to reproduce
   legend: {
                   data: [{
                       name: '环比增长率',
                       // icon: 'path://M0 0 L0 30 L60 30 L60 0 Z fill="#333333 
stroke="blue" stroke-width="3"'
                       icon: 'path://d="M 100 100 L 300 100 L 200 300 z" 
fill="blue" stroke="blue" stroke-width="13"'
                   },'单产电耗(kWh/吨)'],
                   bottom: 0,
               },
   
   ### What is expected?
   柱形图颜色不变情况下,自定义图例形状和颜色
   
   ### 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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to