mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix(图表): 取消基础折线图子类别维度的排序优先级设置功能
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user