mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix(图表): 修复子弹图修改实际值颜色,图例色块丢失的问题
This commit is contained in:
committed by
jianneng-fit2cloud
parent
a4d7d00779
commit
9ba4057f40
@@ -365,7 +365,7 @@ export class BulletGraph extends G2PlotChartView<G2BulletOptions, G2Bullet> {
|
||||
'measure',
|
||||
measureName || chart.yAxis[0]?.name,
|
||||
'square',
|
||||
bullet.bar.measures.fill[0],
|
||||
[].concat(bullet.bar.measures.fill)[0],
|
||||
bullet.bar.ranges.symbolSize
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user