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' } ] },