feat(chart): 增加炮号并优化 Tooltip 展示
All checks were successful
Package component / package (push) Successful in 4m5s
All checks were successful
Package component / package (push) Successful in 4m5s
新增 WaveformSeries.shotNo 字段,Tooltip 展示炮号及坐标信息,并同步示例与测试。
This commit is contained in:
@@ -132,6 +132,7 @@ export function normalizeWaveformSeries(data: WaveformData): NormalizedWaveformS
|
||||
|
||||
return {
|
||||
id: uniqueId,
|
||||
shotNo: series.shotNo?.trim() || undefined,
|
||||
trackId: series.trackId?.trim() || undefined,
|
||||
name: series.name,
|
||||
unit: series.unit,
|
||||
|
||||
Reference in New Issue
Block a user