Commit c8e45e86 authored by 军师中郎将's avatar 军师中郎将

数据清理恢复

parent 17873d9f
......@@ -58,7 +58,8 @@
tooltip: {},
xAxis: {
type: 'category',
data: ['东维', '田园', '爱馨', '旺达隆', '大坎', '燕山', '永青', '育新', '白官屯'],
// data: ['东维', '田园', '爱馨', '旺达隆', '大坎', '燕山', '永青', '育新', '白官屯'],
data: [],
axisLine: {
lineStyle: {
type: 'solid' ,
......@@ -79,7 +80,8 @@
},
series: [
{
data: [4000,6190,3650,2050,2050,129,115,3080,100],
// data: [4000,6190,3650,2050,2050,129,115,3080,100],
data: [],
type: 'bar',
barWidth : 7,
}
......@@ -107,17 +109,19 @@
},
tooltip: {},
dataset: {
// source: [
// ['product', '入户安检', '超重', '超量'],
// ['东维',307,0,0 ],
// ['田园',1765,0,0],
// ['爱馨',2200,0,0],
// ['旺达隆',1495,0,0 ],
// ['大坎',1495,0,0 ],
// ['燕山',5,0,0 ],
// ['永青',6,0,0 ],
// ['育新',2,0,0 ],
// ['白官屯',38,0,0 ]
// ]
source: [
['product', '入户安检', '超重', '超量'],
['东维',307,0,0 ],
['田园',1765,0,0],
['爱馨',2200,0,0],
['旺达隆',1495,0,0 ],
['大坎',1495,0,0 ],
['燕山',5,0,0 ],
['永青',6,0,0 ],
['育新',2,0,0 ],
['白官屯',38,0,0 ]
]
},
xAxis: {
......@@ -156,7 +160,7 @@
color: '#000' , //坐标值得具体的颜色
}
} ,
data: ['东维', '田园', '爱馨', '旺达隆', '大坎', '燕山', '永青', '育新', '白官屯'],
data: [],
axisLine: {
lineStyle: {
type: 'solid' ,
......@@ -170,7 +174,7 @@
},
series: [
{
data: [700,2050,3650,2050,2050,165,130,3080,100],
data: [],
type: 'bar',
barWidth : 7,
}
......
......@@ -11,17 +11,17 @@
<div class="botimage">
<img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;">
<div class="ima">
<div style="color: #4CC4E0;font-weight: bolder;">671</div><span style="color: #fff;">总计</span>
<div style="color: #4CC4E0;font-weight: bolder;">0</div><span style="color: #fff;">总计</span>
</div>
</div>
<div class="botnum">
<div class="numdiv">
<p style="color: #4CC4E0;">本月新增</p>
<span style="color: #EEC25B;font-size: 30px;">1203</span><span style="color: #4CC4E0;"></span>
<span style="color: #EEC25B;font-size: 30px;">0</span><span style="color: #4CC4E0;"></span>
</div>
<div class="numdiv">
<p style="color: #4CC4E0;">本年新增</p>
<span style="color: #EEC25B;font-size: 30px;">4244</span><span style="color: #4CC4E0;"></span>
<span style="color: #EEC25B;font-size: 30px;">0</span><span style="color: #4CC4E0;"></span>
</div>
</div>
</div>
......@@ -35,17 +35,17 @@
<div class="botimage">
<img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;">
<div class="ima">
<div style="color: #4CC4E0;font-weight: bolder;">46</div><span style="color: #fff;">总计</span>
<div style="color: #4CC4E0;font-weight: bolder;">0</div><span style="color: #fff;">总计</span>
</div>
</div>
<div class="botnum">
<div class="numdiv">
<p style="color: #4CC4E0;">本月新增</p>
<span style="color: #EEC25B;font-size: 30px;">17</span><span style="color: #4CC4E0;"></span>
<span style="color: #EEC25B;font-size: 30px;">0</span><span style="color: #4CC4E0;"></span>
</div>
<div class="numdiv">
<p style="color: #4CC4E0;">本年新增</p>
<span style="color: #EEC25B;font-size: 30px;">29</span><span style="color: #4CC4E0;"></span>
<span style="color: #EEC25B;font-size: 30px;">0</span><span style="color: #4CC4E0;"></span>
</div>
</div>
</div>
......@@ -64,17 +64,17 @@
<div class="botimage">
<img src="../../../assets/mapinages/Group1130.png" alt="" style="width: 100px;height: 100px;margin-top: 30px;">
<div class="ima">
<div style="color: #4CC4E0;font-weight: bolder;">189</div><span style="color: #fff;">总计</span>
<div style="color: #4CC4E0;font-weight: bolder;">0</div><span style="color: #fff;">总计</span>
</div>
</div>
<div class="botnum">
<div class="numdiv">
<p style="color: #4CC4E0;">本月新增</p>
<span style="color: #EEC25B;font-size: 30px;">293</span><span style="color: #4CC4E0;"></span>
<span style="color: #EEC25B;font-size: 30px;">0</span><span style="color: #4CC4E0;"></span>
</div>
<div class="numdiv">
<p style="color: #4CC4E0;">本年新增</p>
<span style="color: #EEC25B;font-size: 30px;">796</span><span style="color: #4CC4E0;"></span>
<span style="color: #EEC25B;font-size: 30px;">0</span><span style="color: #4CC4E0;"></span>
</div>
</div>
</div>
......
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