refactor(图表): 图表详细信息表格关闭提示

This commit is contained in:
wisonic-s 2024-06-05 20:17:26 +08:00
parent 4448b98d95
commit 4e7753c308

View File

@ -116,6 +116,9 @@ const DETAIL_TABLE_ATTR: DeepPartial<ChartObj> = {
tableItemBgColor: '#FFFFFF',
tableFontColor: '#7C7E81',
enableTableCrossBG: false
},
tooltip: {
show: false
}
}
}