forked from github/dataease
Merge pull request #3460 from dataease/pr@dev@fix_treemap_label
fix(视图): 修复矩形树图标签复选框无法取消选中的问题
This commit is contained in:
commit
0cb0e3ff79
@ -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