Browse Source

项目整体曲线底部的滚动条调整样式或者去掉

zy 7 months ago
parent
commit
c17c1fd44d

+ 0 - 8
cpp-ui/src/views/regulation/dqHistoryContrast/index.vue

@@ -135,14 +135,6 @@ export default {
           }
         },
         dataZoom: [{
-          show: true,
-          realtime: true,
-          start: 0,
-          end: 100,
-          left: "15%",
-          right: "15%",
-          throttle: 50
-        }, {
           type: 'inside'
         }],
         grid: {

+ 0 - 8
cpp-ui/src/views/regulation/dqRegulation/index.vue

@@ -362,14 +362,6 @@ export default {
           }
         },
         dataZoom: [{
-          show: true,
-          realtime: true,
-          start: 0,
-          end: 100,
-          left: "15%",
-          right: "15%",
-          throttle: 50
-        }, {
           type: 'inside'
         }],
         grid: {

+ 0 - 8
cpp-ui/src/views/regulation/dqRegulationRecord/index.vue

@@ -223,14 +223,6 @@ export default {
           }
         },
         dataZoom: [{
-          show: true,
-          realtime: true,
-          start: 0,
-          end: 100,
-          left: "15%",
-          right: "15%",
-          throttle: 50
-        }, {
           type: 'inside'
         }],
         grid: {

+ 1 - 23
cpp-ui/src/views/statistics/stationAccuracy/index.vue

@@ -310,17 +310,6 @@ export default {
           selected: {}
         },
         dataZoom: [{
-          show: true,
-          realtime: true,
-          start: 0,
-          end: 100,
-          top: "90%",
-          left: "15%",
-          right: "15%",
-          textStyle: {
-            // //color: this.lineColor
-          }
-        }, {
           type: 'inside'
         }],
         grid: {
@@ -488,18 +477,7 @@ export default {
           },
           selected: {}
         },
-        dataZoom: [{
-          show: true,
-          realtime: true,
-          start: 0,
-          end: 100,
-          left: "15%",
-          right: "15%",
-          top: "90%",
-          textStyle: {
-            //color: this.lineColor
-          }
-        }, {
+        dataZoom: [ {
           type: 'inside'
         }],
         grid: {