From 91480d3169b7fd508667548ccbdfebf86af4ddbf Mon Sep 17 00:00:00 2001 From: ulleo Date: Fri, 7 Mar 2025 19:07:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AF=B9=E7=A7=B0=E6=9D=A1=E5=BD=A2=E5=9B=BE=E5=8F=B3=E8=BD=B4?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E8=BD=B4=E5=90=8D=E7=A7=B0=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/common/common_antv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 11dde12d3f..eac82d2ae4 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -609,7 +609,7 @@ export function getYAxisExt(chart: Chart) { return false } const title = - yAxis.name && yAxis.name !== '' + yAxis.nameShow && yAxis.name && yAxis.name !== '' ? { text: yAxis.name, style: {