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