From 1b5abd1cb1c5239d8075d6e959ab181fe55c6416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:09:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=A0=BC=E5=BC=8F=E6=9C=AA=E8=B7=9F=E9=9A=8F?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E4=BB=AA=E8=A1=A8=E6=9D=BF=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#17600)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/js/formatter.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/js/formatter.ts b/core/core-frontend/src/views/chart/components/js/formatter.ts index d663814ccb..729407f5e0 100644 --- a/core/core-frontend/src/views/chart/components/js/formatter.ts +++ b/core/core-frontend/src/views/chart/components/js/formatter.ts @@ -292,6 +292,9 @@ export const formatterViewInfo = (viewInfo, value) => { viewInfo['customAttr']['label']['quotaLabelFormatter'], value ) + viewInfo['customAttr']['label']['seriesLabelFormatter'].forEach(function (item) { + item['formatterCfg'] = merge(item['formatterCfg'], value) + }) viewInfo['customAttr']['label']['totalFormatter'] = merge( viewInfo['customAttr']['label']['totalFormatter'], value