style(图表-对称图、进度条): 修复对称图以及进度条在联动设置、查询组件设置、外部参数设置中无图标的问题

This commit is contained in:
jianneng-fit2cloud 2024-05-24 11:22:43 +08:00
parent 189d128d93
commit f30adb8a62
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'
}
]
},