refactor(性能测试): 报告首页图表响应时间增加单位

--story=1011294 --user=刘瑞斌 [性能测试] 图表Y轴显示单位 https://www.tapd.cn/55049933/s/1359884

Closes #6904
This commit is contained in:
CaptainB 2023-04-06 18:44:18 +08:00 committed by 刘瑞斌
parent 81aa9973c8
commit 346899694d
1 changed files with 1 additions and 1 deletions

View File

@ -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,