feat:词云

This commit is contained in:
junjie 2021-11-15 13:11:21 +08:00
parent a093a42acf
commit 19a8ed02a0

View File

@ -1497,7 +1497,7 @@ export default {
}
},
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]]
}
if (this.view.type !== 'table-info') {