소스 검색

数字资源

wangzhe 2 년 전
부모
커밋
8fced22b37
2개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 6 6
      src/views/bigdata/chart-injectionMonth.vue
  2. 6 6
      src/views/bigdata/chart-injectionYear.vue

+ 6 - 6
src/views/bigdata/chart-injectionMonth.vue

@@ -110,10 +110,10 @@
                 color: '#20dbfd',
                 borderColor: '#20dbfd'
               },
-              left: "0",
-              right: "0",
+              left: "2",
+              right: "10",
               bottom: '0',
-              padding: [15, 0],
+              padding: [5, 0],
               data: timeLineData,
             },
             title: {
@@ -130,10 +130,10 @@
               }
             },
             grid: {
-              top: "10%",
+              top: "14%",
               left: "3%",
-              right: "7%",
-              bottom: "10%",
+              right: "5%",
+              bottom: "15%",
               containLabel: true
             },
             xAxis: [{

+ 6 - 6
src/views/bigdata/chart-injectionYear.vue

@@ -112,10 +112,10 @@
                 color: '#20dbfd',
                 borderColor: '#20dbfd'
               },
-              left: "0",
-              right: "0",
+              left: "2",
+              right: "10",
               bottom: '0',
-              padding: [15, 0],
+              padding: [5, 0],
               data: timeLineData,
             },
             title: {
@@ -132,10 +132,10 @@
               }
             },
             grid: {
-              top: "10%",
+              top: "14%",
               left: "3%",
-              right: "7%",
-              bottom: "10%",
+              right: "5%",
+              bottom: "15%",
               containLabel: true
             },
             xAxis: [{