Explorar el Código

feat: 水位时间关系图改为曲线图

hum hace 1 año
padre
commit
d656776469
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ruoyi-ui/src/views/analysis/water-time/chart.vue

+ 1 - 1
ruoyi-ui/src/views/analysis/water-time/chart.vue

@@ -122,7 +122,7 @@ export default {
                 }
               }
             },
-            smooth: false,
+            smooth: true,
             type: 'line',
             data: seriesData,
             animations: false,