From beb80a945341decbd9118015f23c195ddc91d08e Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 25 Jan 2024 15:28:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-=E9=80=8F=E8=A7=86?= =?UTF-8?q?=E8=A1=A8):=20=E6=80=BB=E8=AE=A1=E5=B0=8F=E8=AE=A1=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=96=87=E6=9C=AC=E5=AF=B9=E9=BD=90=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/common/common_table.ts | 5 +++++ 1 file changed, 5 insertions(+) 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,