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/07/17 05:49:16 UTC

[GitHub] [incubator-echarts] sxpoplar opened a new issue #10881: 增加自定义toolbox之后保存图片按钮失效,无法工作

sxpoplar opened a new issue #10881: 增加自定义toolbox之后保存图片按钮失效,无法工作
URL: https://github.com/apache/incubator-echarts/issues/10881
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   [https://echarts.baidu.com/examples/editor.html?c=area-stack](https://echarts.baidu.com/examples/editor.html?c=area-stack)
   
   ### Steps to reproduce
   toolbox: {
           feature: {
               saveAsImage: {},
               myTool3: {
       			show: true,
       			title: '折线图转换',
       			icon: 'image://http://echarts.baidu.com/images/favicon.png',
       			onclick: function () {
       			    alert('')
       			}
       		}
           }
       },
   
   ### What is expected?
   增加自定义toolbox之后,saveAsImage正常
   
   ### What is actually happening?
   增加自定义toolbox之后,saveAsImage不正常
   
   <!-- 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