ecomfe / echarts-wordcloud

Word Cloud extension based on Apache ECharts and wordcloud2.js
1.68k stars 708 forks source link

React项目非Chrome浏览器词云出不来是什么原因? #48

Open Jude214 opened 6 years ago

Jude214 commented 6 years ago

问题出现在Safari浏览器中,在官方的词云example(https://ecomfe.github.io/echarts-wordcloud/example/optionKeywords.html)中,词云实例渲染出来的dom结构是这样的: image 而在我的项目中,词云实例渲染出的dom结构为: image 对比可以看出,在"_echartsinstance"div下的那个div中,后者比前者少了canvas标签,这是为何?我的maskImage属性使用的是base64编码的Image,如果maskImage设为null则可以正常展示,哪位知道这是什么原因?

Jude214 commented 6 years ago

有没有哪位大神知道原因的啊?求解啊