fix(性能测试): 修改 testoverview 图y轴间隔计算
This commit is contained in:
parent
0ee33ee676
commit
f6de3ae50e
|
@ -195,7 +195,7 @@ export default {
|
|||
splitNumber: 5,
|
||||
min: 0,
|
||||
max: yAxis2ListMax,
|
||||
interval: yAxisListMax / 5
|
||||
interval: yAxis2ListMax / 5
|
||||
}
|
||||
]
|
||||
this.loadOption = this.generateOption(loadOption, allData);
|
||||
|
|
Loading…
Reference in New Issue