Merge pull request #3460 from dataease/pr@dev@fix_treemap_label

fix(视图): 修复矩形树图标签复选框无法取消选中的问题
This commit is contained in:
xuwei-fit2cloud 2022-10-26 16:23:52 +08:00 committed by GitHub
commit 0cb0e3ff79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2167,9 +2167,6 @@ export default {
if (view.type === 'line' && trigger === 'chart') {
view.customAttr.size.lineArea = false
}
if (view.type === 'treemap' && trigger === 'chart') {
view.customAttr.label.show = true
}
if (view.type === 'liquid' ||
(view.type.includes('table') && view.render === 'echarts') ||
view.type.includes('text') ||