zhaomiao 4 years ago
parent
commit
750926790e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/Performance/PerformanceList.vue

+ 4 - 4
src/views/Performance/PerformanceList.vue

@@ -895,7 +895,7 @@ export default {
         },
         xAxis: {
           type: "value",
-          max: Math.ceil(Math.max.apply(null, date.total))+(Math.max.apply(null, date.total))*0.1
+          max: Math.ceil(Math.max.apply(null, date.total))+ Math.ceil((Math.max.apply(null, date.total))*0.05)
         },
         yAxis: {
           type: "category",
@@ -1052,8 +1052,8 @@ export default {
         },
         xAxis: {
           type: "value",
-          max: Math.ceil(Math.max.apply(null, date.total))+(Math.max.apply(null, date.total))*0.1
-        },
+          max: Math.ceil(Math.max.apply(null, date.total))+ Math.ceil((Math.max.apply(null, date.total))*0.05)
+         },
         yAxis: {
           type: "category",
           data: date.wtName,
@@ -1208,7 +1208,7 @@ export default {
         },
         xAxis: {
           type: "value",
-          max: Math.ceil(Math.max.apply(null, date.total))+(Math.max.apply(null, date.total))*0.1
+          max: Math.ceil(Math.max.apply(null, date.total))+ Math.ceil((Math.max.apply(null, date.total))*0.05)
         },
         yAxis: {
           type: "category",