mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(图表): 修复子弹图显示数据有误的问题 #17559
This commit is contained in:
committed by
jianneng-fit2cloud
parent
9327dc4f92
commit
9667321c0d
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user