safety-results-over-time
Version:
Chart showing population averages for lab measures, vital signs and other related measures during the course of a clinical trial.
23 lines (18 loc) • 942 B
HTML
<html>
<head>
<title>Safety Results Over Time</title>
<meta http-equiv = 'Content-Type' content = 'text/html; charset = utf-8'>
<script type = 'text/javascript' src = 'https://d3js.org/d3.v3.min.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/build/webcharts.min.js'></script>
<script type = 'text/javascript' src = '../safetyResultsOverTime.js'></script>
<link type = 'text/css' rel = 'stylesheet' href = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/css/webcharts.min.css'>
<link type = 'text/css' rel = 'stylesheet' href = './index.css'>
</head>
<body>
<div id = 'title'>Safety Results Over Time</div>
<div id = 'subtitle'>Test Page</div>
<div id = 'container'></div>
</body>
<script type = 'text/javascript' src = './index.js'></script>
</html>