From 9667321c0de7c8e930fdb0ccd1ef2dc04efe8c9f Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Fri, 12 Dec 2025 12:15:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AD=90=E5=BC=B9=E5=9B=BE=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9C=89=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98=20#17559?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/bar/bullet-graph.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bullet-graph.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bullet-graph.ts index 7bedd37a3e..e5f8712e3d 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bullet-graph.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/bullet-graph.ts @@ -245,8 +245,7 @@ export class BulletGraph extends G2PlotChartView { style.textAlign = 'center' style.textBaseline = position === 'left' ? 'top' : 'bottom' } - - yAxisConfig.label.style = style + tmpOptions.yAxis.nice = false return tmpOptions }