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/06/25 07:01:23 UTC

[GitHub] [incubator-echarts] curryhh opened a new issue #10727: echarts用自定义图标怎么做图形切换,我现在是要折线图和柱状图点击自己定义的按钮进行切换

curryhh opened a new issue #10727: echarts用自定义图标怎么做图形切换,我现在是要折线图和柱状图点击自己定义的按钮进行切换
URL: https://github.com/apache/incubator-echarts/issues/10727
 
 
   ### What problem does this feature solve?
   查了你们的文档知道可以用
   toolbox: {
   show: true,
   feature: {
   magicType: {type: ['line', 'bar']},
   }
   },
   可以出现你们的按钮进行切换 如果要自己弄的话怎么实现呢?
   
   ### What does the proposed API look like?
   查了你们的文档知道可以用
   toolbox: {
   show: true,
   feature: {
   magicType: {type: ['line', 'bar']},
   }
   },
   可以出现你们的按钮进行切换 如果要自己弄的话怎么实现呢?
   
   <!-- 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