forked from github/dataease
refactor(图表): 图表详细信息表格关闭提示
This commit is contained in:
parent
4448b98d95
commit
4e7753c308
@ -116,6 +116,9 @@ const DETAIL_TABLE_ATTR: DeepPartial<ChartObj> = {
|
|||||||
tableItemBgColor: '#FFFFFF',
|
tableItemBgColor: '#FFFFFF',
|
||||||
tableFontColor: '#7C7E81',
|
tableFontColor: '#7C7E81',
|
||||||
enableTableCrossBG: false
|
enableTableCrossBG: false
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
show: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user