refactor(性能测试): 报告首页图表响应时间增加单位
--story=1011294 --user=刘瑞斌 [性能测试] 图表Y轴显示单位 https://www.tapd.cn/55049933/s/1359884 Closes #6904
This commit is contained in:
parent
81aa9973c8
commit
346899694d
|
@ -299,7 +299,7 @@ export default {
|
|||
let yAxisListMax = this._getChartMax(yAxisList);
|
||||
resOption.yAxis = [
|
||||
{
|
||||
name: 'Response Time',
|
||||
name: 'Response Time (ms)',
|
||||
type: 'value',
|
||||
min: 0,
|
||||
max: yAxisListMax,
|
||||
|
|
Loading…
Reference in New Issue