diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts index 91e4785276..3ce11c5d47 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_table.ts @@ -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,