From dc2a61fd4beb0c9a62e811cece8ef7ed5938ab99 Mon Sep 17 00:00:00 2001 From: wisonic Date: Sat, 12 Oct 2024 20:36:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E9=9D=A2=E7=A7=AF?= =?UTF-8?q?=E5=9B=BE=E5=A4=9A=E5=BA=8F=E5=88=97=E5=8E=BB=E9=99=A4=E5=A0=86?= =?UTF-8?q?=E5=8F=A0=20#12124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/charts/line/area.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/line/area.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/line/area.ts index f44cf36fed..baafe0395b 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/line/area.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/line/area.ts @@ -58,6 +58,7 @@ export class Area extends G2PlotChartView { xField: 'field', yField: 'value', seriesField: 'category', + isStack: false, interactions: [ { type: 'legend-active',