diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 369b829215..5bc473cad4 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -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') {