zxh 1 anno fa
parent
commit
4209ef5455

+ 11 - 0
src/views/spectrum/statisticalAnalysis/wqMultipleSites/sitesanalysisResult/widget.vue

@@ -176,6 +176,17 @@ export default {
           right: 25,
           containLabel: true
         },
+        dataZoom: [
+          {
+            type: 'inside',
+            start: 0
+            // end: 20
+          },
+          {
+            start: 0
+            // end: 20
+          }
+        ],
         xAxis: {
           type: 'category',
           boundaryGap: domId == 'chart1' ? false : true,