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 }