fix(视图): 修复矩形树图标签复选框无法取消选中的问题

This commit is contained in:
junjun 2022-10-26 15:47:38 +08:00
parent 5daa316966
commit d183e8b8d0

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') ||