Explorar el Código

feat: 订单bug

2912631854@qq.com hace 1 año
padre
commit
bc8a622738
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      pages/statistics/index.vue

+ 7 - 1
pages/statistics/index.vue

@@ -207,8 +207,14 @@
 					yAxis: {
 						gridType: "solid",
 						gridColor: "#EFEFEF",
-						dashLength: 2
+						dashLength: 2,
+						data: [{
+							axisLineColor: "#FFFFFF",
+							min: 0,
+							max: 1
+						}],
 					},
+
 					extra: {
 						line: {
 							type: "curve",