Explorar el Código

Merge branch 'master' of http://182.92.126.35:3000/hrx/mky-vent-base

hongrunxia hace 1 semana
padre
commit
c7f94e44e3
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      src/views/vent/home/colliery/components/wind-monitor.vue

+ 5 - 5
src/views/vent/home/colliery/components/wind-monitor.vue

@@ -221,12 +221,12 @@ function getOption() {
         },
       ],
       dataZoom: [{ // 这部分是关键
-        type: 'slider', // 这里可以选择你需要的类型,例如 'inside'
+        type: 'inside', // 这里可以选择你需要的类型,例如slider ''
         start: 0, // 数据窗口范围的起始百分比
-        end: 75, // 数据窗口范围的结束百分比
-        height: 10, // 设置缩放条高度
-        left: 'center',
-        bottom: 25,
+        end: 25, // 数据窗口范围的结束百分比
+        // height: 10, // 设置缩放条高度
+        // left: 'center',
+        // bottom: 25,
         labelPrecision: 0, // 标签精度,默认为auto
         showDetail: false, // 是否显示详情
         showDataShadow: false, // 是否显示数据阴影