From 12a33e7220f80a8300b89ff8033595770a2edb78 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 3 Apr 2025 15:45:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E5=88=86=E7=BB=84?= =?UTF-8?q?=E6=9F=B1=E5=9B=BE=E5=90=8C=E5=88=86=E7=BB=84=E5=86=85=E7=9A=84?= =?UTF-8?q?=E6=9F=B1=E9=97=B4=E9=9A=94=E9=BB=98=E8=AE=A4=E8=B7=9D=E7=A6=BB?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA0=20#15607?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/charts/bar/bar.ts | 1 + .../views/chart/components/js/panel/charts/others/chart-mix.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bar.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bar.ts index 2f20ecc1b8..7d61906ee7 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bar.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bar.ts @@ -570,6 +570,7 @@ export class GroupBar extends StackBar { super(name) this.baseOptions = { ...this.baseOptions, + marginRatio: 0, isGroup: true, isStack: false, meta: { diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts index 5912b3fe71..b9ceb619bf 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts @@ -129,6 +129,7 @@ export class ColumnLineMix extends G2PlotChartView { geometryOptions: [ { geometry: data1Type, + marginRatio: 0, color: [], isGroup: isGroup, isStack: isStack,