feat(图表): 支持气泡地图

This commit is contained in:
wisonic-s
2024-03-12 17:57:15 +08:00
parent b26415b7df
commit 9e180ed6f1
12 changed files with 433 additions and 84 deletions

View File

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