Interactive eDish example using deidentified data from a clinical trial
xxxxxxxxxx
<html>
<head>
<title>safety-edish</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://rawgit.com/RhoInc/Webcharts/master/build/webcharts.js'></script>
<script type = 'text/javascript' src = 'https://rawgit.com/ASA-DIA-InteractiveSafetyGraphics/safety-eDISH/master/build/safetyedish.js'></script>
<link type = 'text/css' rel = 'stylesheet' href = 'https://rawgit.com/RhoInc/Webcharts/master/css/webcharts.min.css'>
</head>
<body>
<div style="text-align: center; color: #004085; background-color: #cce5ff; border:1px solid #b8daff; padding: 0.5em; margin:0.5em; border-radius:0.2em">This is a demo page for the interactive eDish graphic created by the ASA-DIA Interactive Safety Graphics working group. Code, details and documentation are available on <a href="https://github.com/ASA-DIA-InteractiveSafetyGraphics/safety-eDISH">github</a>.</div>
<div id = 'container'></div>
</body>
<script type = 'text/javascript' src = './index.js'></script>
</html>