From fa5b4eac1fde3e13408431e7e81ceb19da7f64da Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 19 Sep 2024 18:19:50 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E4=B8=B4=E6=97=B6=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=BB=84=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/util/chart.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts index d76473c7d8..41dcbf0c24 100644 --- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts +++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts @@ -1160,13 +1160,6 @@ export const CHART_TYPE_CONFIGS = [ value: 'indicator', title: t('chart.chart_indicator'), icon: 'indicator' - }, - { - render: 'custom', - category: 'quota', - value: 'picture-group', - title: '图片组', - icon: 'picture-group' } ] },