Przeglądaj źródła

调整图标y轴刻度

fengxu 1 rok temu
rodzic
commit
092519d8b0
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      cokingCoal/js/newIndex.js

+ 4 - 4
cokingCoal/js/newIndex.js

@@ -2336,7 +2336,7 @@ let app = new Vue({
                 grid: {
                     top: 15,
                     right: "2%",
-                    left: "5%",
+                    left: "10%",
                     bottom: 60,
                 },
                 tooltip: {
@@ -2406,9 +2406,9 @@ let app = new Vue({
                 yAxis: {
                     type: "value",
                     min: 80,
-                    max: 100,
-                    splitNumber: 3,
-                    interval: 10,
+                    // max: 100,
+                    // splitNumber: 3,
+                    // interval: 10,
                     splitLine: {
                         show: true,
                         lineStyle: {