chenrui  1 år sedan
förälder
incheckning
465ba92e59

+ 0 - 9
src/views/monitoringlarge/components/echart/commonChartsLine.js

@@ -19,15 +19,6 @@ export default {
         },
         tooltip: {
           position: 'top',
-          formatter: function (params) {
-            return (
-              params.value[2] +
-              ' commits in ' +
-              hours[params.value[0]] +
-              ' of ' +
-              days[params.value[1]]
-            );
-          }
         },
         grid: {
           left: 2,

+ 1 - 10
src/views/monitoringlarge/views/singleairline/singleairline.vue

@@ -175,16 +175,7 @@ const barOptions = {
           left: 'right'
         },
         tooltip: {
-          position: 'top',
-          formatter: function (params) {
-            return (
-              params.value[2] +
-              ' commits in ' +
-              hours[params.value[0]] +
-              ' of ' +
-              days[params.value[1]]
-            );
-          }
+          position: 'top'
         },
         grid: {
           left: 2,

+ 1 - 10
src/views/monitoringlarge/views/singleairport/singleairport.vue

@@ -175,16 +175,7 @@ const barOptions = {
           left: 'right'
         },
         tooltip: {
-          position: 'top',
-          formatter: function (params) {
-            return (
-              params.value[2] +
-              ' commits in ' +
-              hours[params.value[0]] +
-              ' of ' +
-              days[params.value[1]]
-            );
-          }
+          position: 'top'
         },
         grid: {
           left: 2,