fix(图表): 修复子弹图显示数据有误的问题 #17559

This commit is contained in:
jianneng-fit2cloud
2025-12-12 12:15:33 +08:00
committed by jianneng-fit2cloud
parent 9327dc4f92
commit 9667321c0d

View File

@@ -245,8 +245,7 @@ export class BulletGraph extends G2PlotChartView<G2BulletOptions, G2Bullet> {
style.textAlign = 'center'
style.textBaseline = position === 'left' ? 'top' : 'bottom'
}
yAxisConfig.label.style = style
tmpOptions.yAxis.nice = false
return tmpOptions
}