echarts-wordcloud icon indicating copy to clipboard operation
echarts-wordcloud copied to clipboard

Word Cloud extension based on Apache ECharts and wordcloud2.js

Results 121 echarts-wordcloud issues
Sort by recently updated
recently updated
newest added

This allows for the same word cloud to be generated each time

![image](https://user-images.githubusercontent.com/15855773/29152768-bdfd2304-7dbb-11e7-9f26-7a491f6beb96.png) 如上图所示,边缘的词显示不完整。 "echarts": "^3.6.2", "echarts-wordcloud": "^1.1.0", ```js const option = { tooltip: { show: true, }, grid: { top: 0, bottom: 0, left: 20, right: 20, }, series: [{ type:...

无法使用echarts属性cursor修改鼠标样式,slient也无法生效。请问是否有该属性?有的话该如何正确使用呢?

Hi, Thanks for this awesome project. Would it somehow be possible to align the first 3 words like this: ![text-layout](https://user-images.githubusercontent.com/55388455/173248123-7d764fb7-859a-4f4a-b765-908efc10ae6d.jpg) And then scatter the rest of the words around that?...

词云能否有动画的效果,例如公转之类

shape可以支持矩形吗? 目前的square和diamond一样都是菱形

你好, 在使用 echarts-wordcloud 1.1.3 echarts 4.7.0 发现并不支持显示图例legend,请问是这样的吗?还是我使用有问题? Thanks!