From 578277d46cce646a301650d51db4729d0e98da01 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 3 Dec 2024 16:00: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=9B=BE=E4=BE=8B=E5=9E=82=E7=9B=B4=E6=98=BE=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=AE=BE=E7=BD=AE=E4=B8=BA=E5=8F=B3=E4=BE=A7?= =?UTF-8?q?=E9=9D=A0=E4=B8=8B=E6=97=B6=EF=BC=8C=E9=A1=B6=E9=83=A8=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E4=BE=8B=E8=A2=AB=E9=81=AE=E6=8C=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=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 6dce0b31a0..678471aa7d 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 @@ -342,7 +342,7 @@ export function getLegend(chart: Chart) { if (chart.drill) { offsetY = -18 } else { - offsetY = -6 + offsetY = -10 } } else { offsetY = 0