提交 19a8ed02 authored 作者: junjie's avatar junjie

feat:词云

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