forked from github/dataease
feat:词云
This commit is contained in:
parent
a093a42acf
commit
19a8ed02a0
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user