Merge pull request #7831 from dataease/pr@dev-v2@fix_pivot_font_align

fix(视图-透视表): 总计小计内容文本对齐无效
This commit is contained in:
wisonic-s 2024-01-25 15:43:57 +08:00 committed by GitHub
commit 42d530016d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,