fix(性能测试): 修复请求很多的时候,图标鼠标悬停显示不全

This commit is contained in:
Captain.B 2021-02-08 14:28:24 +08:00
parent 415900370e
commit ad98e6f783
1 changed files with 9 additions and 4 deletions

View File

@ -148,7 +148,9 @@ export default {
},
tooltip: {
show: true,
trigger: 'axis'
trigger: 'axis',
// extraCssText: 'z-index: 999;',
confine: true,
},
legend: {},
xAxis: {},
@ -226,7 +228,8 @@ export default {
tooltip: {
show: true,
trigger: 'axis',
extraCssText: 'z-index: 999;',
// extraCssText: 'z-index: 999;',
confine: true,
formatter: function (params, ticket, callback) {
let result = "";
let name = params[0].name;
@ -306,7 +309,8 @@ export default {
tooltip: {
show: true,
trigger: 'axis',
extraCssText: 'z-index: 999;',
// extraCssText: 'z-index: 999;',
confine: true,
formatter: function (params, ticket, callback) {
let result = "";
let name = params[0].name;
@ -376,7 +380,8 @@ export default {
tooltip: {
show: true,
trigger: 'axis',
extraCssText: 'z-index: 999;',
// extraCssText: 'z-index: 999;',
confine: true,
formatter: function (params, ticket, callback) {
let result = "";
let name = params[0].name;