123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>演练计划统计</title>
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/context.js"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/chart/pie.js"></script>
- <script type="text/javascript" src=" /nwyj/page/cockpit/cockpit_echart.js"></script>
- <!-- <script type="text/javascript" src=" /nwyj/page/cockpit/webgis/util.js"></script> -->
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/util.js"></script>
- <link rel="stylesheet" type="text/css" href=" /nwyj/css/cockpit/commom/ehcartPage.css" />
- <link rel="stylesheet" type="text/css" href=" /nwyj/scripts/qui/libs/skins/flatBlue/style1.css" />
- <!-- <script type="text/javascript" src="/nwyj/scripts/amResource/YanLianHuiZongBt.js"></script> -->
- <body>
- <!-- Fixed navbar -->
- <div class="navbar navbar-default navbar-fixed-top" role="navigation" id="head"></div>
- <div class="container-fluid">
- <div class="row-fluid example">
- <div id="sidebar-code" class="col-md-4">
- <div class="well sidebar-nav">
- <div class="nav-header"><a href="javascript:;" onclick="autoResize()" class="glyphicon glyphicon-resize-full" id ="icon-resize" ></a>option</div>
- <textarea id="code" name="code">
-
- <script type="text/javascript">
- option = {
- tooltip : {
- show: true,
- formatter: "{a} <br/>{b} : {c} ({d}%)"
- },
- legend: {
- orient : 'vertical',
- x : 'left',
- data:['直达','营销广告','搜索引擎','邮件营销','联盟广告','视频广告','百度','谷歌','必应','其他']
- },
- toolbox: {
- show : true,
- feature : {
- mark : {show: true},
- dataView : {show: true, readOnly: false},
- restore : {show: true},
- saveAsImage : {show: true}
- }
- },
- calculable : true,
- series : [
- {
- name:'访问来源',
- type:'pie',
- center : ['35%', 200],
- radius : 80,
- itemStyle : {
- normal : {
- label : {
- position : 'inner',
- formatter : function (params) {
- return (params.percent - 0).toFixed(0) + '%'
- }
- },
- labelLine : {
- show : false
- }
- },
- emphasis : {
- label : {
- show : true,
- formatter : "{b}\n{d}%"
- }
- }
-
- },
- data:[
- {value:335, name:'直达'},
- {value:679, name:'营销广告'},
- {value:1548, name:'搜索引擎'}
- ]
- },
- {
- name:'访问来源',
- type:'pie',
- center : ['35%', 200],
- radius : [110, 140],
- data:[
- {value:335, name:'直达'},
- {value:310, name:'邮件营销'},
- {value:234, name:'联盟广告'},
- {value:135, name:'视频广告'},
- {
- value:1048,
- name:'百度',
- itemStyle : {
- normal : {
- color : (function (){
- var zrColor = require('zrender/tool/color');
- return zrColor.getRadialGradient(
- 300, 200, 110, 300, 200, 140,
- [[0, 'rgba(255,255,0,1)'],[1, 'rgba(30,144,250,1)']]
- )
- })(),
- label : {
- textStyle : {
- color : 'rgba(30,144,255,0.8)',
- align : 'center',
- baseline : 'middle',
- fontFamily : '微软雅黑',
- fontSize : 30,
- fontWeight : 'bolder'
- }
- },
- labelLine : {
- length : 40,
- lineStyle : {
- color : '#f0f',
- width : 3,
- type : 'dotted'
- }
- }
- }
- }
- },
- {value:251, name:'谷歌'},
- {
- value:102,
- name:'必应',
- itemStyle : {
- normal : {
- label : {
- show : false
- },
- labelLine : {
- show : false
- }
- },
- emphasis : {
- label : {
- show : true
- },
- labelLine : {
- show : true,
- length : 50
- }
- }
- }
- },
- {value:147, name:'其他'}
- ]
- },
- {
- name:'访问来源',
- type:'pie',
- clockWise:true,
- startAngle: 135,
- center : ['75%', 200],
- radius : [80, 120],
- itemStyle : {
- normal : {
- label : {
- show : false
- },
- labelLine : {
- show : false
- }
- },
- emphasis : {
- color: (function (){
- var zrColor = require('zrender/tool/color');
- return zrColor.getRadialGradient(
- 650, 200, 80, 650, 200, 120,
- [[0, 'rgba(255,255,0,1)'],[1, 'rgba(255,0,0,1)']]
- )
- })(),
- label : {
- show : true,
- position : 'center',
- formatter : "{d}%",
- textStyle : {
- color : 'red',
- fontSize : '30',
- fontFamily : '微软雅黑',
- fontWeight : 'bold'
- }
- }
- }
- },
- data:[
- {value:335, name:'直达'},
- {value:310, name:'邮件营销'},
- {value:234, name:'联盟广告'},
- {value:135, name:'视频广告'},
- {value:1548, name:'搜索引擎'}
- ],
- markPoint : {
- symbol: 'star',
- data : [
- {name : '最大', value : 1548, x:'80%', y:50, symbolSize:32}
- ]
- }
- }
- ]
- };
- </script>
- </textarea>
- </div><!--/.well -->
- </div><!--/span-->
- <div id="graphic" class="col-md-8">
- <div id="main" class="main"></div>
- <div>
- <button type="button" class="btn btn-sm btn-success" onclick="refresh(true)">刷 新</button>
- <span class="text-primary">切换主题</span>
- <select id="theme-select"></select>
- <span id='wrong-message' style="color:red"></span>
- </div>
- </div><!--/span-->
- </div><!--/row-->
-
- </div><!--/.fluid-container-->
- <footer id="footer"></footer>
- <!-- Le javascript
- ================================================== -->
- <!-- Placed at the end of the document so the pages load faster -->
- <script src="../asset/js/jquery.min.js"></script>
- <script type="text/javascript" src="../asset/js/echartsHome.js"></script>
- <script src="../asset/js/bootstrap.min.js"></script>
- <script src="../asset/js/echartsExample.js"></script>
- </body>
- </html>
|