提交 22e204a0 authored 作者: junjie's avatar junjie

feat:词云

上级 1f1496d4
...@@ -1507,7 +1507,7 @@ export default { ...@@ -1507,7 +1507,7 @@ export default {
this.calcData(true) this.calcData(true)
}, },
addYaxis(e) { addYaxis(e) {
if ((this.view.type === 'map' || this.view.type === 'waterfall') && this.view.yaxis.length > 1) { if ((this.view.type === 'map' || this.view.type === 'waterfall' || this.view.type === 'word-cloud') && this.view.yaxis.length > 1) {
this.view.yaxis = [this.view.yaxis[0]] this.view.yaxis = [this.view.yaxis[0]]
} }
this.dragCheckType(this.view.yaxis, 'q') this.dragCheckType(this.view.yaxis, 'q')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论