mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
feat(图表): 支持气泡地图
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user