forked from apache/echarts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
525 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>ECharts</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="ECharts"> | ||
<meta name="author" content="[email protected]"> | ||
|
||
<script src="../asset/js/esl/esl.js"></script> | ||
<script src="../asset/js/codemirror.js"></script> | ||
<script src="../asset/js/javascript.js"></script> | ||
|
||
<link href="../asset/css/bootstrap.css" rel="stylesheet"> | ||
<link href="../asset/css/bootstrap-responsive.css" rel="stylesheet"> | ||
<link href="../asset/css/codemirror.css" rel="stylesheet"> | ||
<link href="../asset/css/monokai.css" rel="stylesheet"> | ||
<link href="../asset/css/echartsHome.css" rel="stylesheet"> | ||
<link rel="shortcut icon" href="../asset/ico/favicon.png"> | ||
</head> | ||
|
||
<body> | ||
<!-- NAVBAR | ||
================================================== --> | ||
<div class="navbar navbar-inverse navbar-fixed-top"> | ||
<div class="navbar-inner"> | ||
<div class="container"> | ||
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="brand" href="../../index.html">ECharts</a> | ||
<div class="nav-collapse collapse"> | ||
<a id="forkme_banner" href="https://github.com/ecomfe/echarts">View on GitHub</a> | ||
<ul class="nav"> | ||
<li><a href="../../index.html"><i class="icon-home icon-white"></i> Home</a></li> | ||
<li class="active"><a href="../example.html" class="active">Example</a></li> | ||
<li><a href="../doc.html" >API & Doc</a></li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-download-alt icon-white"></i>Download <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="https://github.com/ecomfe/echarts/archive/1.0.0.zip">ZIP (1.0.0)</a></li> | ||
<li><a href="https://github.com/ecomfe/echarts/archive/master.zip">ZIP (Latest)</a></li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Link <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="https://github.com/ecomfe" target="_blank">Ecom-FE</a></li> | ||
<li><a href="http://fe.baidu.com/doc/ecom/tech/topic/dv/index.html" target="_blank">Data Visualization</a></li> | ||
<li class="divider"></li> | ||
<!--li class="nav-header">Library</li--> | ||
<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li> | ||
<li><a href="http://tangram.baidu.com/" target="_blank">Tangram</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div><!--/.nav-collapse --> | ||
</div><!-- /.container --> | ||
</div><!-- /.navbar-inner --> | ||
</div><!-- /.navbar-wrapper --> | ||
|
||
<div class="container-fluid"> | ||
<div class="row-fluid"> | ||
<div id="sidebar-code" class="span4"> | ||
<div class="well sidebar-nav"> | ||
<div class="nav-header"><a href="#" onclick="autoResize()" class="icon-resize-full" id ="icon-resize" ></a>option</div> | ||
<textarea id="code" name="code"> | ||
option = { | ||
tooltip : { | ||
trigger: 'item' | ||
}, | ||
toolbox: { | ||
show : true, | ||
x:'left', | ||
feature : { | ||
mark : true, | ||
dataView : {readOnly: false}, | ||
refresh : true | ||
} | ||
}, | ||
series : [ | ||
{ | ||
name: '访问来源', | ||
type: 'map', | ||
mapType: 'china', | ||
data:[ | ||
{name: '北京',value: Math.round(Math.random()*1000)}, | ||
{name: '天津',value: Math.round(Math.random()*1000)}, | ||
{name: '上海',value: Math.round(Math.random()*1000)}, | ||
{name: '重庆',value: Math.round(Math.random()*1000)}, | ||
{name: '河北',value: Math.round(Math.random()*1000)}, | ||
{name: '河南',value: Math.round(Math.random()*1000)}, | ||
{name: '云南',value: Math.round(Math.random()*1000)}, | ||
{name: '辽宁',value: Math.round(Math.random()*1000)}, | ||
{name: '黑龙江',value: Math.round(Math.random()*1000)}, | ||
{name: '湖南',value: Math.round(Math.random()*1000)}, | ||
{name: '安徽',value: Math.round(Math.random()*1000)}, | ||
{name: '山东',value: Math.round(Math.random()*1000)}, | ||
{name: '新疆',value: Math.round(Math.random()*1000)}, | ||
{name: '江苏',value: Math.round(Math.random()*1000)}, | ||
{name: '浙江',value: Math.round(Math.random()*1000)}, | ||
{name: '江西',value: Math.round(Math.random()*1000)}, | ||
{name: '湖北',value: Math.round(Math.random()*1000)}, | ||
{name: '广西',value: Math.round(Math.random()*1000)}, | ||
{name: '甘肃',value: Math.round(Math.random()*1000)}, | ||
{name: '山西',value: Math.round(Math.random()*1000)}, | ||
{name: '内蒙古',value: Math.round(Math.random()*1000)}, | ||
{name: '陕西',value: Math.round(Math.random()*1000)}, | ||
{name: '吉林',value: Math.round(Math.random()*1000)}, | ||
{name: '福建',value: Math.round(Math.random()*1000)}, | ||
{name: '贵州',value: Math.round(Math.random()*1000)}, | ||
{name: '广东',value: Math.round(Math.random()*1000)}, | ||
{name: '青海',value: Math.round(Math.random()*1000)}, | ||
{name: '西藏',value: Math.round(Math.random()*1000)}, | ||
{name: '四川',value: Math.round(Math.random()*1000)}, | ||
{name: '宁夏',value: Math.round(Math.random()*1000)}, | ||
{name: '海南',value: Math.round(Math.random()*1000)}, | ||
{name: '台湾',value: Math.round(Math.random()*1000)}, | ||
{name: '香港',value: Math.round(Math.random()*1000)}, | ||
{name: '澳门',value: Math.round(Math.random()*1000)} | ||
] | ||
} | ||
] | ||
}; | ||
</textarea> | ||
</div><!--/.well --> | ||
</div><!--/span--> | ||
<div id="graphic" class="span8"> | ||
<div id="main" class="main" style="height: 530px;"></div> | ||
<div> | ||
<button onclick="refresh(true)">Refresh ~</button> | ||
<span id='wrong-message' style="color:red"></span> | ||
</div> | ||
</div><!--/span--> | ||
</div><!--/row--> | ||
<hr> | ||
<!-- FOOTER --> | ||
<footer> | ||
<p class="pull-right"><a href="#">Back to top</a></p> | ||
<p>© 2013 Ecom-FE. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> | ||
</footer> | ||
</div><!--/.fluid-container--> | ||
|
||
<script src="../asset/js/jquery.js"></script> | ||
<script src="../asset/js/bootstrap-transition.js"></script> | ||
<script src="../asset/js/bootstrap-alert.js"></script> | ||
<script src="../asset/js/bootstrap-modal.js"></script> | ||
<script src="../asset/js/bootstrap-dropdown.js"></script> | ||
<script src="../asset/js/bootstrap-scrollspy.js"></script> | ||
<script src="../asset/js/bootstrap-tab.js"></script> | ||
<script src="../asset/js/bootstrap-tooltip.js"></script> | ||
<script src="../asset/js/bootstrap-popover.js"></script> | ||
<script src="../asset/js/bootstrap-button.js"></script> | ||
<script src="../asset/js/bootstrap-collapse.js"></script> | ||
<script src="../asset/js/bootstrap-carousel.js"></script> | ||
<script src="../asset/js/bootstrap-typeahead.js"></script> | ||
<script src="../asset/js/echartsExample.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.