|
@@ -73,7 +73,7 @@
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="total-content">
|
|
|
- <h2 class="total-title">用户已验证</h2>
|
|
|
+ <h2 class="total-title">用户已激活</h2>
|
|
|
<div class="total-column fL">
|
|
|
<dl>
|
|
|
<dt>今日累计</dt>
|
|
@@ -88,7 +88,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <!-- <li>
|
|
|
<div class="total-content" style="border:none;">
|
|
|
<h2 class="total-title">用户注册</h2>
|
|
|
<div class="total-column fL">
|
|
@@ -104,7 +104,7 @@
|
|
|
</dl>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </li>
|
|
|
+ </li> -->
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="userRegister" id="userRegister" style="width:100%;height:450px;padding-bottom:20px;"></div>
|
|
@@ -127,7 +127,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <!-- <li>
|
|
|
<div class="total-content">
|
|
|
<h2 class="total-title">网银在线</h2>
|
|
|
<div class="total-column fL">
|
|
@@ -143,7 +143,7 @@
|
|
|
</dl>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </li>
|
|
|
+ </li> -->
|
|
|
<li>
|
|
|
<div class="total-content">
|
|
|
<h2 class="total-title">银行转账</h2>
|
|
@@ -335,12 +335,12 @@
|
|
|
trigger: 'axis',
|
|
|
},
|
|
|
legend: {
|
|
|
- data:['仅注册','已验证','合计人数']
|
|
|
+ data:['已激活用户']
|
|
|
},
|
|
|
grid: {
|
|
|
left: '3%',
|
|
|
right: '4%',
|
|
|
- bottom: '3%',
|
|
|
+ bottom: '12%',
|
|
|
containLabel: true
|
|
|
},
|
|
|
dataZoom:
|
|
@@ -352,7 +352,11 @@
|
|
|
xAxis : [
|
|
|
{
|
|
|
type : 'category',
|
|
|
- data : ['1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31']
|
|
|
+ splitLine: {
|
|
|
+ show: true,
|
|
|
+ interval: 'auto'
|
|
|
+ },
|
|
|
+ data : ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月']
|
|
|
}
|
|
|
],
|
|
|
yAxis : [
|
|
@@ -366,28 +370,31 @@
|
|
|
],
|
|
|
calculable:false,
|
|
|
series : [
|
|
|
+ // {
|
|
|
+ // name:'仅注册',
|
|
|
+ // type:'bar',
|
|
|
+ // stack: '人数',
|
|
|
+ // data:[50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50],
|
|
|
+ // itemStyle:{
|
|
|
+ // normal:{color:'#e9af68'}
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // name:'已验证',
|
|
|
+ // type:'bar',
|
|
|
+ // stack: '人数',
|
|
|
+ // data:[30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30],
|
|
|
+ // itemStyle:{
|
|
|
+ // normal:{color:'#009f86'}
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
- name:'仅注册',
|
|
|
- type:'bar',
|
|
|
- stack: '人数',
|
|
|
- data:[50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50,110,120,10,70,32,50],
|
|
|
- itemStyle:{
|
|
|
- normal:{color:'#e9af68'}
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- name:'已验证',
|
|
|
- type:'bar',
|
|
|
- stack: '人数',
|
|
|
- data:[30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30,0,20,50,0,100,30],
|
|
|
- itemStyle:{
|
|
|
- normal:{color:'#009f86'}
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- name:'合计人数',
|
|
|
+ name:'已激活用户',
|
|
|
type:'line',
|
|
|
- data:[80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80],
|
|
|
+ data:[80,110,140,60,70,132,80,110,140,60,70,132],
|
|
|
+
|
|
|
+ // 80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80,110,140,60,70,132,80
|
|
|
+
|
|
|
itemStyle:{
|
|
|
normal:{color:'#E4575A'}
|
|
|
}
|
|
@@ -411,7 +418,7 @@
|
|
|
grid: {
|
|
|
left: '3%',
|
|
|
right: '4%',
|
|
|
- bottom: '3%',
|
|
|
+ bottom: '12%',
|
|
|
containLabel: true
|
|
|
},
|
|
|
dataZoom:
|
|
@@ -423,6 +430,10 @@
|
|
|
xAxis : [
|
|
|
{
|
|
|
type : 'category',
|
|
|
+ splitLine: {
|
|
|
+ show: true,
|
|
|
+ interval: 'auto'
|
|
|
+ },
|
|
|
data : ['1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31']
|
|
|
}
|
|
|
],
|