From c95407395210979a923ff9bf8f54e5fedac4e2cc Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 30 Oct 2025 10:14:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E7=99=BE=E5=88=86=E6=AF=94=E6=9D=A1=E5=BD=A2=E5=9B=BE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=BD=AE=E6=92=AD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/panel/charts/g2/bar/percentage-stack-horizontal-bar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/percentage-stack-horizontal-bar.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/percentage-stack-horizontal-bar.ts index 039c5bf1c3..301ea8e4f5 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/percentage-stack-horizontal-bar.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/percentage-stack-horizontal-bar.ts @@ -19,7 +19,7 @@ export class PercentageStackBar extends HorizontalStackBar { propertyInner = { ...this['propertyInner'], 'label-selector': ['color', 'fontSize', 'vPosition', 'reserveDecimalCount'], - 'tooltip-selector': ['color', 'fontSize', 'backgroundColor', 'show', 'carousel'] + 'tooltip-selector': ['color', 'fontSize', 'backgroundColor', 'show'] } protected configLabel(chart: Chart, options: ViewSpec): ViewSpec {