feat(data): 扩展示例波形数据与测试覆盖
All checks were successful
Package component / package (push) Successful in 4m26s
All checks were successful
Package component / package (push) Successful in 4m26s
新增示例谐波对比数据,完善图例、多轴和演示测试,并同步文档说明。
This commit is contained in:
@@ -58,6 +58,18 @@ export function visibilitySeries(): WaveformData {
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'mid',
|
||||
trackId: 'shared-frame',
|
||||
name: '中量程',
|
||||
data: {
|
||||
kind: 'points',
|
||||
points: [
|
||||
{ x: 0, y: 100 },
|
||||
{ x: 1, y: 200 },
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user