fix(视图-透视表): 总计小计内容文本对齐无效

This commit is contained in:
wisonic-s 2024-01-25 15:28:10 +08:00
parent b64c5d04e0
commit beb80a9453

View File

@ -259,6 +259,11 @@ export function getCustomTheme(chart: Chart): S2Theme {
crossBackgroundColor: tableItemBgColor,
backgroundColor: tableItemBgColor
},
bolderText: {
fill: tableFontColor,
textAlign: tableItemAlign,
fontSize: tableItemFontSize
},
text: {
fill: tableFontColor,
textAlign: tableItemAlign,