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 ) )