-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtotalandnew1.html
More file actions
32 lines (31 loc) · 1.06 KB
/
totalandnew1.html
File metadata and controls
32 lines (31 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<title>内陆疫情累计新增确诊对比</title>
<link rel="stylesheet" type="text/css" href="./css/index.css">
</head>
<body>
<div id="map" style="position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; margin: 0px; padding: 0px; ">
</div>
<div id="heatmap"
style="position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; margin: 0px; padding: 0px; "></div>
<div id="legend"
style="position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; margin: 0px; padding: 0px; ">
<div class="legend-area">
<!-- <h4>Heatmap Legend</h4> -->
<span id="min"></span>
<span id="max"></span>
<img id="gradient" src="" style="width:100%" />
</div>
</div>
</div>
<div id="map-wrapper">
</div>
<script src="./js/d3.v3.min.js"></script>
<script src="./js/heatmap.min.js"></script>
<script src="./js/jquery-3.4.1.min.js"></script>
<script src="./js/common.js"></script>
<script src="./js/totalandnew1.js"></script>
</body>
</html>