fix(图表): 取消基础折线图子类别维度的排序优先级设置功能

This commit is contained in:
jianneng-fit2cloud
2026-05-28 12:43:27 +08:00
parent 2b305cf65e
commit ea301232c6

View File

@@ -206,6 +206,9 @@ const showSort = computed(() => {
return !isChartMix || isDimensionType
})
const showSortPriority = computed(() => {
if (props.chart.type === 'line' && props.type === 'dimensionExt') {
return false
}
if (props.chart.type.includes('chart-mix')) {
return false
}