Merge pull request #11256 from dataease/pr@dev-v2@chart-flow-map-custom-sort
style(图表): 流向地图取消维度字段的自定义排序
This commit is contained in:
commit
6551757ac4
@ -168,7 +168,7 @@ const valueFormatter = () => {
|
||||
emit('valueFormatter', item.value)
|
||||
}
|
||||
const showCustomSort = item => {
|
||||
if (props.chart.type === 'symbolic-map') {
|
||||
if (props.chart.type === 'symbolic-map' || props.chart.type === 'flow-map') {
|
||||
return false
|
||||
}
|
||||
return !item.chartId && (item.deType === 0 || item.deType === 5)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user