parent
2928623791
commit
aea4e88f5c
|
@ -584,11 +584,13 @@ export default {
|
||||||
handler.options = {
|
handler.options = {
|
||||||
color: color,
|
color: color,
|
||||||
xAxis: {
|
xAxis: {
|
||||||
|
name: this.$t('load_test.duration'),
|
||||||
type: 'category',
|
type: 'category',
|
||||||
boundaryGap: false,
|
boundaryGap: false,
|
||||||
data: []
|
data: []
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
|
name: this.$t('load_test.thread_num'),
|
||||||
type: 'value'
|
type: 'value'
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
|
Loading…
Reference in New Issue