浏览代码

数字资源

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: [{