echarts-wordcloud
echarts-wordcloud copied to clipboard
Word Cloud extension based on Apache ECharts and wordcloud2.js
This allows for the same word cloud to be generated each time
部分词显示不完整
 如上图所示,边缘的词显示不完整。 "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:  And then scatter the rest of the words around that?...
词云能否有动画的效果,例如公转之类
This is a bug. Through the gridsize adjustment, a rectangle can be formed, but the word display will be incomplete when the chart drawing area is small. For example, there...
shape可以支持矩形吗? 目前的square和diamond一样都是菱形
你好, 在使用 echarts-wordcloud 1.1.3 echarts 4.7.0 发现并不支持显示图例legend,请问是这样的吗?还是我使用有问题? Thanks!