d3js: Injury Healing Times.
If found a nice infographic on healing times for different injuries from Caleb Burgess via Modern Manual Therapy. The table is great, but I though it would be interesting to make a visual representation.
I took the code from an example that I thought would be similar (jfreels's block: d3js: Scatterplot using CSV data.). I've done my best to modify it as a way of learning to create data visualizations.
xxxxxxxxxx
<meta charset='utf-8'>
<html>
<head>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<script type='text/javascript' src='script.js'></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js