ecomfe / echarts-wordcloud

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

resize()时,词云出现频闪 #83

Open Shay0921 opened 5 years ago

Shay0921 commented 5 years ago

给词云设置响应式,当屏幕锁小时,执行resize(),但是词云会出现频闪,并不会像echarts其他图表一样,进行百分比缩小。 也不会像之前的echarts版本进行动画位置调整。如此链接。 https://echarts.baidu.com/echarts2/doc/example/wordCloud.html#infographic

Shay0921 commented 5 years ago

type: 'wordCloud', gridSize: 8, sizeRange: [12, 55], drawOutOfBound: true, left: 'center', top: 'center', right: null, bottom: null, width:'110%', height:'110%',

Tanimodori commented 4 years ago

It's a bug in echarts-for-react. Applying this PR patch https://github.com/hustcc/echarts-for-react/pull/307 will fix the problem.