Commit 78c85bad by heshihao

feat: 修改平面地图

parent 5ad4fe3b
......@@ -5,8 +5,9 @@
<!-- <div :class="['whole', activeDistrict == '晋城市' ? 'active' : '']" @click="changeActive('晋城市')">
晋城市总览
</div> -->
<div class="chart-box">
<div class="chart" ref="chartMap"></div>
<div class="chart-box1 chart-box">
<img src="@/assets/images/index/0318-02.jpg" alt="" style="width:650px" />
<!-- <div class="chart" ref="chartMap"></div> -->
</div>
</div>
</div>
......@@ -780,7 +781,7 @@ export default {
this.activeDistrict = this.disabled_district_name || "满城区";
this.$bus.$emit("setActive", "assess");
this.initChartMap();
// this.initChartMap();
this.initChartsBar();
this.ShowCarrierRate();
this.ShowCarrierEnergy();
......@@ -2156,6 +2157,10 @@ span {
height: 100%;
}
.chart-box.chart-box1 {
// background: #213764;
}
.right-popover .pop-title {
height: 40px;
line-height: 40px;
......
......@@ -58,8 +58,9 @@
<!-- <div :class="['jin', district == '晋城市' ? 'active' : '']" @click="changeDistrict">
晋城市
</div> -->
<img src="@/assets/images/index/0318-02.jpg" alt="" style="width:380px" />
<div class="chart" ref="chart_map"></div>
<!-- <div class="chart" ref="chart_map"></div> -->
</div>
<div class="list">
<div class="list-title">
......@@ -274,10 +275,11 @@ export default {
chartMap: null,
district: "晋城市",
activeType: 1,
chart_map: null,
};
},
mounted() {
this.initChartMap();
// this.initChartMap();
this.getOverview();
this.getData();
},
......@@ -763,6 +765,7 @@ table {
position: relative;
flex: 1;
height: 100%;
margin-left: 80px;
.chart {
width: 100%;
height: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment