lbm526 opened a new issue #11158: 图例项的 
icon,使用'path://'填充自定义颜色不起作用,填充的是默认色;以下两种方式都不行
URL: https://github.com/apache/incubator-echarts/issues/11158
 
 
   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,
               },

----------------------------------------------------------------
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