feat(图表): 新增流向地图

This commit is contained in:
jianneng-fit2cloud
2024-05-22 20:31:45 +08:00
parent af9629747e
commit 8cc1aab59f
17 changed files with 725 additions and 40 deletions

View File

@@ -294,7 +294,7 @@ const active = computed(() => {
})
const boardMoveActive = computed(() => {
const CHARTS = ['map', 'bubble-map', 'table-info', 'table-normal', 'table-pivot']
const CHARTS = ['flow-map', 'map', 'bubble-map', 'table-info', 'table-normal', 'table-pivot']
return CHARTS.includes(element.value.innerType)
})