zpf 1 жил өмнө
parent
commit
7be0204861

+ 5 - 23
src/views/cockpit/tdsc.vue

@@ -229,30 +229,12 @@ export default {
         }
           , {
           name: "收储个数",
-          type: "line",
-          yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
-          smooth: true, //平滑曲线显示
-
-          symbol: "circle", //标记的图形为实心圆
-          symbolSize: 0, //标记的大小
+          type: 'line',
+          smooth: true,
           itemStyle: {
             normal: {
-              color: '#0AF37A',
-              borderColor: '#0AF37A',  //圆点透明 边框
-              borderWidth: 0,
-              lineStyle: {
-                color: "#0AF37A"
-              },
-              areaStyle: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
-                  offset: 0,
-                  color: '#46C118'
-                }, {
-                  offset: 1,
-                  color: 'rgba(12, 162, 13, 0)'
-                }])
-              },
-            },
+              color: '#FFCC64'  // 折线的颜色
+            }
           },
           data: result[1].data
         }
@@ -292,7 +274,7 @@ export default {
       store.setXzqh_flag(false);
       store.setCockpit_vector({
         title: "土地收储计划项目",
-        word:"收储项目名称",
+        word: "收储项目名称",
         tableData: [],
         tablejscType: 'jsc_tdsc_zbmx',
         columns: [

+ 6 - 24
src/views/cockpit/tdsy.vue

@@ -819,30 +819,12 @@ export default {
         }
           , {
           name: "计划收储",
-          type: "line",
-          yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
-          smooth: true, //平滑曲线显示
-
-          symbol: "circle", //标记的图形为实心圆
-          symbolSize: 0, //标记的大小
+          type: 'line',
+          smooth: true,
           itemStyle: {
             normal: {
-              color: '#0AF37A',
-              borderColor: '#0AF37A',  //圆点透明 边框
-              borderWidth: 0,
-              lineStyle: {
-                color: "#0AF37A"
-              },
-              areaStyle: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
-                  offset: 0,
-                  color: '#46C118'
-                }, {
-                  offset: 1,
-                  color: 'rgba(12, 162, 13, 0)'
-                }])
-              },
-            },
+              color: '#FFCC64'  // 折线的颜色
+            }
           },
           data: result[1].data
         }
@@ -1156,7 +1138,7 @@ export default {
       store.setCockpit_vector({
         title: "土地供应完成项目",
         tableData: this.vector_data,
-        word:"项目名称",
+        word: "项目名称",
         tablejscType: 'jsc_tdgy_gy_zbmx',
         columns: [
           "项目名称",
@@ -1183,7 +1165,7 @@ export default {
       });
       this.vector_data = data.data;
     },
-     SeaTransfer(){
+    SeaTransfer() {
       store.setViewerFlagb(false);
       store.setToolBarShow(false);
       store.setXzqh_flag(false);