fix(图表): 图表明细不合并单元格

This commit is contained in:
wisonic 2024-11-04 16:26:57 +08:00
parent 20a561d487
commit 4413602e67

View File

@ -183,7 +183,8 @@ const DETAIL_CHART_ATTR: DeepPartial<ChartObj> = {
tableCell: {
tableItemBgColor: '#FFFFFF',
tableFontColor: '#7C7E81',
enableTableCrossBG: false
enableTableCrossBG: false,
mergeCells: false
},
tooltip: {
show: false