Merge pull request #9831 from dataease/pr@dev-v2@chart-icon-show

style(图表-对称图、进度条): 修复对称图以及进度条在联动设置、查询组件设置、外部参数设置中无图标的问题
This commit is contained in:
jianneng-fit2cloud 2024-05-24 11:24:16 +08:00 committed by GitHub
commit 7192ad9269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1225,14 +1225,14 @@ export const CHART_TYPE_CONFIGS = [
category: 'compare',
value: 'bidirectional-bar',
title: t('chart.chart_bidirectional_bar'),
icon: 'bar-bidirectional'
icon: 'bidirectional-bar'
},
{
render: 'antv',
category: 'compare',
value: 'progress-bar',
title: t('chart.chart_progress_bar'),
icon: 'bar-progress'
icon: 'progress-bar'
}
]
},