-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
58 lines (49 loc) · 1.72 KB
/
index.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="./bootstrap/css/bootstrap.css">
<script src="./jquery.1102.min.js"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
<script src="./bootstrap/js/respond.min.js"></script>
<!--smarttable 绘图js-->
<script src="./smarttable/smarttable.js" id="smarttablejs"></script>
</head>
<body>
<br/>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<div class="smart_here">
[{"data":[['2014-07-20','500','12','64','0'],['2014-07-21','35','3','444','60'],['2014-07-22','9','10','144','0'],['2014-07-23','1','5','144','50'],['2014-07-24','2','656','155','1'],['2014-07-25','0','8','144','5'],['2014-07-26','7','1','220','0']],
"column":[{ "title": "时间"},{ "title": "iPad"},{ "title": "iPhone"},{ "title": "iPod touch"},{ "title": "PC"}],
"title":"示例测试",
"pdim":"time",
"front":"graph",
"graph":{
"ptype":"line;area:1;bar",
"markPoint":{
"data" : [{"type" : 'max', "name": "最大值"}]
},"markLine":{
"data" : [{"type" : "max", "name": "自定义名字"}]
},
"zoom":{
"start":0,
"end":100
}
},
"table":{
"scrolly":400,
"page":200,
"scrollx":true
}
}]
</div>
<div class="smart_here" src="./demodata.txt"></div>
<div class="smart_here" src="./demodata2.txt"></div>
<div class="smart_comb_here" title="统计维度汇总" src="./demodata.txt;./demodata2.txt" ptitle="汇总1;汇总2"></div>
</div>
</div>
</body>
</html>