-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
30 lines (27 loc) · 1.57 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Final Project</title>
<script src="d3.min.js"></script>
</head>
<body>
<!-- onchange="location = this.value" https://stackoverflow.com/questions/12388954/redirect-form-to-different-url-based-on-select-option-element -->
<select id="menu" onchange="location = this.value" style="position: relative; left:820px; top:32px">
<option value="index2.html">Satisfaction Map</option>
<option value="index.html">Scatterplot</option>
</select>
<div id="canvas"></div>
<hr/>
<blockquote style="margin:10px 50px; max-width:800px; font-family: Arial, Helvetica, sans-serif; font-size: 20px">
<h3>The Satisfaction Map Shows Relationship with Brothers' Unearned Run, Brothers' Errors, and Scores Difference (Brothers'-Opponent's)</h3>
<p>Most of the orange cells located on the left of Brothers' unearned run and Brothers' errors, and most of the orange cells located on the right of the scores differences. This reflects that as the Brothers' unearned run number increase, my satisfaction level will decrease; as the Brothers' error number increase, my satisfaction level will decrease; as the score Brothers win increase, my satisfaction level will increase.</p>
</blockquote>
<h3><a style="margin:10px 50px" target="_blank" href="index3.html">Formatted Data</a><br></h3>
<h3><a style="margin:10px 50px" target="_blank" href="data.json">Raw Data</a><br></h3>
<blockquote style="width:600px">
<p></p>
</blockquote>
</body>
<script src="main2.js"></script>
</html>