fix(图表): 图表明细不合并单元格
This commit is contained in:
parent
20a561d487
commit
4413602e67
@ -183,7 +183,8 @@ const DETAIL_CHART_ATTR: DeepPartial<ChartObj> = {
|
||||
tableCell: {
|
||||
tableItemBgColor: '#FFFFFF',
|
||||
tableFontColor: '#7C7E81',
|
||||
enableTableCrossBG: false
|
||||
enableTableCrossBG: false,
|
||||
mergeCells: false
|
||||
},
|
||||
tooltip: {
|
||||
show: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user