From 5b614fd052ba10d79917a866aadd4ba1db464693 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 3 Apr 2025 10:26:51 +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=E5=8C=BA=E9=97=B4=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2=E4=B8=8E=E5=9B=BE=E4=BE=8B=E9=A2=9C=E8=89=B2=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/bar/bullet-graph.ts | 4 +--- 1 file changed, 1 insertion(+), 3 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 b8be6e7890..c94e1f5851 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 @@ -89,7 +89,6 @@ export class BulletGraph extends G2PlotChartView { dimensionList: items[0].dimensionList, quotaList: [] } - console.log(`Field: ${field}`) items.forEach(item => { const quotaId = item.quotaList[0]?.id const v = item.value || 0 @@ -181,7 +180,6 @@ export class BulletGraph extends G2PlotChartView { } } } - console.log(actionParams) action(actionParams) }) configPlotTooltipEvent(chart, newChart) @@ -330,7 +328,7 @@ export class BulletGraph extends G2PlotChartView { 'dynamic', rangeName || chart.extBubble[0]?.name, bullet.bar.ranges.symbol, - bullet.bar.ranges.fill, + [].concat(bullet.bar.ranges.fill)[0], bullet.bar.ranges.symbolSize ) )