forked from github/dataease
fix(视图): 修复矩形树图标签复选框无法取消选中的问题
This commit is contained in:
parent
5daa316966
commit
d183e8b8d0
@ -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') ||
|
||||
|
Loading…
Reference in New Issue
Block a user