fix(性能测试): 修改 testoverview 图y轴间隔计算

This commit is contained in:
Captain.B 2021-06-20 11:33:39 +08:00 committed by 刘瑞斌
parent 0ee33ee676
commit f6de3ae50e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ export default {
splitNumber: 5,
min: 0,
max: yAxis2ListMax,
interval: yAxisListMax / 5
interval: yAxis2ListMax / 5
}
]
this.loadOption = this.generateOption(loadOption, allData);