feat: S2 pivot

This commit is contained in:
junjun 2022-02-14 12:41:17 +08:00
parent ef332c765e
commit 64fce59957

View File

@ -106,7 +106,7 @@ export function getSize(chart) {
size.cellCfg = {
height: s.tableItemHeight
}
if (!s.tableColumnMode || s.tableColumnMode === 'adapt') {
if (s.tableColumnMode && s.tableColumnMode === 'adapt') {
delete size.cellCfg.width
size.layoutWidthType = 'compact'
} else {