style(图表-对称图、进度条): 修复对称图以及进度条在联动设置、查询组件设置、外部参数设置中无图标的问题
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -1225,14 +1225,14 @@ export const CHART_TYPE_CONFIGS = [
|
|||||||
category: 'compare',
|
category: 'compare',
|
||||||
value: 'bidirectional-bar',
|
value: 'bidirectional-bar',
|
||||||
title: t('chart.chart_bidirectional_bar'),
|
title: t('chart.chart_bidirectional_bar'),
|
||||||
icon: 'bar-bidirectional'
|
icon: 'bidirectional-bar'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
render: 'antv',
|
render: 'antv',
|
||||||
category: 'compare',
|
category: 'compare',
|
||||||
value: 'progress-bar',
|
value: 'progress-bar',
|
||||||
title: t('chart.chart_progress_bar'),
|
title: t('chart.chart_progress_bar'),
|
||||||
icon: 'bar-progress'
|
icon: 'progress-bar'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||