Merge pull request #7652 from dataease/pr@dev@fix_echarts_treemap_click

fix(视图-Echarts): 矩形树图取消点击聚焦#7361
This commit is contained in:
wisonic-s 2024-01-16 14:43:19 +08:00 committed by GitHub
commit 812fd115a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1108,7 +1108,8 @@ export const BASE_TREEMAP = {
breadcrumb: {
show: false
},
data: []
data: [],
nodeClick: false
}
]
}