瀏覽代碼

首页修改光伏数据展示

baiyanting 1 年之前
父節點
當前提交
3577440480
共有 3 個文件被更改,包括 16 次插入31 次删除
  1. 15 28
      src/views/Home/components/barCharts.vue
  2. 1 2
      src/views/Home/components/map.vue
  3. 0 1
      src/views/Home/components/windChartCom.vue

+ 15 - 28
src/views/Home/components/barCharts.vue

@@ -150,9 +150,6 @@ export default {
     },
   },
   methods: {
-    resize() {
-      this.initChart();
-    },
     initChart() {
       let chart = echarts.init(this.$el);
       let option = {
@@ -193,10 +190,10 @@ export default {
           },
         },
         grid: {
-          top: this.top,
-          left: 8,
-          right: 8,
-          bottom: 90,
+          left:30,
+          right: 40,
+          top: 30,
+          bottom: 30,
           containLabel: true,
         },
         xAxis: [
@@ -222,14 +219,7 @@ export default {
         },
         series: this.series,
       };
-      chart.clear();
       chart.setOption(option);
-
-      this.resize = function () {
-        chart.resize();
-      };
-
-      window.addEventListener("resize", this.resize);
     },
   },
   created() {
@@ -239,34 +229,31 @@ export default {
   },
   mounted() {
     this.$nextTick(() => {
-      this.$el.style.width = this.width;
-      this.$el.style.height = this.height;
+      //   this.$el.style.width = this.width;
+      //   this.$el.style.height = this.height;
       this.initChart();
       this.firstAnimation = false;
     });
   },
-  updated() {
-    this.$nextTick(() => {
-      this.initChart();
-    });
-  },
-  unmounted() {
-    window.removeEventListener("resize", this.resize);
-  },
 
   watch: {
     "$store.state.themeName"() {
       this.initChart();
     },
+    list: {
+      handler() {
+        this.initChart();
+      },
+    },
   },
 };
 </script>
 
 <style lang="less">
 .chart {
-  width: 100%;
-  height: 100%;
-  display: inline-block;
-  margin-top: 5px;
+  //   width: 100%;
+  //   height: 100%;
+  //   display: inline-block;
+  //   margin-top: 5px;
 }
 </style>

+ 1 - 2
src/views/Home/components/map.vue

@@ -1230,7 +1230,7 @@
         </el-row>
         <windLightDetial
           v-if="tabShow == -2"
-          :dataDetial="StationinformationData?.sbztmap?.fd"
+          :dataDetial="StationinformationData?.sbztmap?.gf"
         ></windLightDetial>
         <windlightSimple
           v-if="tabShow == 0"
@@ -1317,7 +1317,6 @@
           </div>
           <BarCharts
             :list="barList"
-            width="100%"
             height="45vh"
             :ratio="10000"
             :showLegend="true"

+ 0 - 1
src/views/Home/components/windChartCom.vue

@@ -168,7 +168,6 @@ export default {
           },
         ],
       };
-      console.log(options);
       myChart.setOption(options);
     },
     //处理数据