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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
