ecomfe / echarts-wordcloud

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

hover 闪烁,体验不好 #41

Closed zhangya5847 closed 7 years ago

zhangya5847 commented 7 years ago

echarts: 3.7.0 wordcloud: 1.1.1 鼠标hover的时候,从一个词移到另一个词的时候,当前的词会一直闪烁,体验不好。另外,还有词重叠的情况出现,还有一个问题,不知道是不是bug,中间这块的分布不是很均匀,最大的词上方有块空白。

const option = {
          tooltip: {
            show: true,
          },
          series: [{
            type: 'wordCloud',
            gridSize: 22,
            sizeRange: [14, 50],
            rotationRange: [0, 0],
            left: null,
            top: null,
            width: '100%',
            height: '100%',
            right: null,
            bottom: null,
            drawOutOfBound: true,
            textStyle: {
              normal: {
                color: e => {
                  return CATEGORY_COLORS[e.data.category]
                },
                fontWeight: 900,
                fontFamily: 'Arial, Verdana, sans-serif',
              },
            },
            data: this.tempData,
          }],
        }

image 2017-09-11 18_11_56

zhanyuanZhang commented 7 years ago

你好, 我也遇到这个问题 ,请问怎么解决的?有什么办法避免这种情况吗?

zhangya5847 commented 7 years ago

没有解决,回退了版本,暂时先用的1.1.0

yangbin1994 commented 7 years ago

回退到1.1.0之后,颜色设置不了

zhangya5847 commented 7 years ago

可以设置的

pissang commented 7 years ago

1.1.2 已修复重叠和闪烁的问题,抱歉因为这个 bug 带来的困扰