chore(性能测试): 显示压力预估图的坐标轴名称

Closes #25524
This commit is contained in:
CaptainB 2023-07-12 14:40:02 +08:00 committed by 刘瑞斌
parent 2928623791
commit aea4e88f5c
1 changed files with 2 additions and 0 deletions

View File

@ -584,11 +584,13 @@ export default {
handler.options = {
color: color,
xAxis: {
name: this.$t('load_test.duration'),
type: 'category',
boundaryGap: false,
data: []
},
yAxis: {
name: this.$t('load_test.thread_num'),
type: 'value'
},
tooltip: {