chenrui  1 year ago
parent
commit
256758806b

+ 2 - 2
src/views/monitoringlarge/views/singleairline/singleairline.vue

@@ -212,11 +212,11 @@ const barOptions = {
             name: 'Punch Card',
             type: 'scatter',
             symbolSize: function (val) {
-              return val[2] / 500;
+              return val[2] / 100;
             },
             data: [],
             animationDelay: function (idx) {
-              return idx /  500;
+              return idx /  100;
             }
           }
         ]

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

@@ -283,7 +283,7 @@ export default {
   mounted() {
     this.getAiportList()
     let arr = {
-      airport:"CZ",
+      airport:"CAN",
       dateTime: [Format("yyyy-MM-dd", new Date()),Format("yyyy-MM-dd", new Date())]
     }
     this.getMap(arr)