Built with blockbuilder.org
Last active
February 26, 2018 05:47
-
-
Save smokbel/6e3187fd6258b52ca3058f581d71648a to your computer and use it in GitHub Desktop.
datastory_1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="https://d3js.org/d3.v4.min.js"></script> | |
<script src="//d3js.org/d3.geo.projection.v0.min.js"></script> | |
<script src="http://d3js.org/topojson.v1.min.js"></script> | |
<style> | |
</style> | |
</head> | |
<body> | |
<h1>Graduation day: Not the end, but the beginning.</h1> | |
<p>...of a never ending student debt crisis.</p> | |
<p>And that debt is only rising for students and young graduates in Ontario. With tuition fees increasing 2-3 percent annually, more students are heavily relying on government loans. Graduates in larger chunks of debt that could take over a decade for graduates to pay off.</p> | |
<section> | |
The weight of graduate student loans depend on your level of study. | |
</section> | |
<script> | |
var diameter = 500; | |
var bubble = d3.layout.pack() | |
.sort | |
</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment