lijiliang1 commented on issue #9260: 
自定义的工具的icon如果类似"image://http://echarts.baidu.com/images/favicon.png",此时不能导出图表
URL: 
https://github.com/apache/incubator-echarts/issues/9260#issuecomment-507184403
 
 
   将图片放到本地静态文件里面,直接引用
   feature: {
               saveAsImage: {
                 title: 'download',
                 icon: 'image:///images/svg/download.svg'
               },
             }

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