Best viewed in its own window (because I haven't set up the CSS properly yet).
This is a report to enable my clinicians to easily review clinic statistics at will. Click on rows in the table to plot that statistic; click again to remove it from the plot.
Very much a work in progress, so please feel free to heap on the feedback!
Built with the rampantly awesome D3.js.
forked from mmparker's block: Table-driven plot in d3.js
xxxxxxxxxx
<html>
<head>
<title>Quarterly Report to the City and County of Denver</title>
<script type="text/javascript" src="https://d3js.org/d3.v2.min.js"></script>
<script type="text/javascript" src="makeMultiTable.js"></script>
<script type="text/javascript" src="setupPlot.js"></script>
<script type="text/javascript" src="drawLinePlot.js"></script>
<script type="text/javascript" src="toggleStat.js"></script>
<script type="text/javascript" src="load_qtrly_stats.js"></script>
<link rel="stylesheet" type="text/css" href="line_plot.css" />
<link rel="stylesheet" type="text/css" href="table.css" />
</head>
<body>
<div id="table"></div>
<div id="plot"></div>
</body>
</html>
Modified http://d3js.org/d3.v2.min.js to a secure url
https://d3js.org/d3.v2.min.js