Parcourir la source

feat: 订单bug

2912631854@qq.com il y a 1 an
Parent
commit
bc8a622738
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  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",