You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
610 B
25 lines
610 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<script type="text/javascript" src="https://d3js.org/d3.v7.min.js"></script>
|
|
<script type="text/javascript" src="/app.js"></script>
|
|
<link rel="stylesheet" href="app.css">
|
|
</head>
|
|
<body>
|
|
<h1>Outcomes Tracker</h1>
|
|
<p>See how instances did in comparisson to others</p>
|
|
<dl>
|
|
<dt>X-Axis:</dt>
|
|
<dd>Graduation Date</dd>
|
|
<dt>Y-Axis:</dt>
|
|
<dd>Percentage of graduates that got a job within 90 days of graduation.</dd>
|
|
<svg id="container">
|
|
<svg>
|
|
<g id="points"></g>
|
|
</svg>
|
|
</svg>
|
|
</body>
|
|
</html>
|