-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistribution.html
More file actions
49 lines (37 loc) · 1.76 KB
/
Copy pathdistribution.html
File metadata and controls
49 lines (37 loc) · 1.76 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="title" content= "Mountain Rescue">
<meta name="description" content="Wasdale Mountain Rescue Incident Analysis">
<meta name="author" content="Shi Min Chua">
<meta property="og:title" content="Mountain Rescue">
<meta property="og:type" content="website">
<!-- <meta property='og:image' content='https://raw.githubusercontent.com/Shiminc/UK_diversity_mapping/main/preview.PNG'>
<meta property="og:url" content="https://shiminc.github.io/UK_diversity_mapping/">
<meta property="og:description" content="Choropleth map illustrating diversity in England/Wales based on ONS country of birth data"> -->
<meta property="og:locale" content="en_UK">
<base target="_blank">
<link rel="stylesheet" href="styles.css">
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
</head>
<body>
<h1>Hours distribution of Each type of Incidents</h1>
<div class="legend-container"></div>
<div class="filters-button"></div>
<div class = 'chartholder' id ="histogram"></div>
<br>
<div class = 'chartholder' id ='pyramid'></div>
<div class = 'chartholder' id ='box_plot'></div>
<br>
<div class = 'chartholder' id ='violin'></div>
<script src="javascripts/d3.v7.js"></script>
<!-- <script src="javascripts/group.js"></script> -->
<script type="module" src="javascripts/distribution/viz_main.js"></script>
</body>
</html>