Merge pull request #12303 from dataease/pr@dev-v2@revert-picture-group

revert: 临时隐藏图片组图表
This commit is contained in:
王嘉豪 2024-09-19 18:21:02 +08:00 committed by GitHub
commit d187e527d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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