From 90c33a1d2fcba503c41c48d9bcb44682650fc753 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 8 Jan 2024 10:45:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE-=E8=AF=8D=E4=BA=91?= =?UTF-8?q?=E5=9B=BE):=20=E8=AF=8D=E4=BA=91=E5=9B=BE=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E4=B8=8B=E9=92=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/view/ChartEdit.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/frontend/src/views/chart/view/ChartEdit.vue b/core/frontend/src/views/chart/view/ChartEdit.vue index ec9e92290d..bdad6a9b96 100644 --- a/core/frontend/src/views/chart/view/ChartEdit.vue +++ b/core/frontend/src/views/chart/view/ChartEdit.vue @@ -2145,8 +2145,7 @@ export default { return this.view.type && !(this.view.type.includes('table') && this.view.render === 'echarts') && !includesAny(this.view.type, 'text', 'gauge') && - !equalsAny(this.view.type, 'liquid', 'bidirectional-bar', - 'word-cloud', 'table-pivot', 'label', 'richTextView', 'flow-map') + !equalsAny(this.view.type, 'liquid', 'bidirectional-bar', 'table-pivot', 'label', 'richTextView', 'flow-map') }, isPlugin() { const plugins = localStorage.getItem('plugin-views') && JSON.parse(localStorage.getItem('plugin-views')) || []