forked from github/dataease
style(图表): 流向地图取消维度字段的自定义排序
This commit is contained in:
parent
72e5480628
commit
8030f84945
@ -168,7 +168,7 @@ const valueFormatter = () => {
|
|||||||
emit('valueFormatter', item.value)
|
emit('valueFormatter', item.value)
|
||||||
}
|
}
|
||||||
const showCustomSort = item => {
|
const showCustomSort = item => {
|
||||||
if (props.chart.type === 'symbolic-map') {
|
if (props.chart.type === 'symbolic-map' || props.chart.type === 'flow-map') {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return !item.chartId && (item.deType === 0 || item.deType === 5)
|
return !item.chartId && (item.deType === 0 || item.deType === 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user