From 3832adbafc0dee7e70090ea191db4f89d79b3191 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 29 Sep 2025 13:59:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=A0=86=E5=8F=A0=E6=8A=98=E7=BA=BF=E5=9B=BE=E6=9E=81=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/charts/g2/line/area.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/line/area.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/line/area.ts index 8ebad0a3bc..472d1c35f1 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/line/area.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/line/area.ts @@ -717,7 +717,7 @@ export class Area extends G2ChartView { export class StackArea extends Area { propertyInner = { ...this['propertyInner'], - 'label-selector': ['vPosition', 'fontSize', 'color', 'labelFormatter', 'showExtremum'], + 'label-selector': ['vPosition', 'fontSize', 'color', 'labelFormatter'], 'tooltip-selector': ['fontSize', 'color', 'tooltipFormatter', 'show', 'carousel'] } axisConfig = {