This visualization was produced using data from Tariq Habash and Yan Cao, both researchers at The Century Foundation in New York. Please open the full link (to the right) to see the visualization in its entirety. To read the report on for-profit colleges, "College Complaints Unmasked", here: https://tcf.org/content/report/college-complaints-unmasked/
xxxxxxxxxx
<html lang="en">
<head>
<title>D3 in Action Examples</title>
<meta charset="utf-8" />
<script src="https://d3js.org/d3.v4.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.21.0/d3-legend.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
</head>
<body>
<div id="chart"></div>
<div id="toolTip" style='position: absolute; opacity: 0; background-color: #444444; padding: 10px; text-align: center; border-radius:5px; font-size: 12px; box-shadow: 2px 2px 5px black; color: white; font-color: white; font-family: Open Sans, sans-serif; width:200px'>
<div class="institution" style="margin-bottom:5px"></div>
<div class="corporation" style="margin-bottom:5px"></div>
<div class="type" style="margin-bottom:5px"></div>
<div class="claims" style="margin-bottom:5px"></div>
</div>
</body>
<script src="javascript.js"></script>
</html>
https://d3js.org/d3.v4.js
https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.21.0/d3-legend.min.js
https://code.jquery.com/jquery-3.2.1.min.js