Skip to content

Instantly share code, notes, and snippets.

@jwilber
Last active October 8, 2018 05:56
edit3
license: mit
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style>
</style>
</head>
<body>
<div id='nobel-bar'></div>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="script.js"></script>
</body>
#nobel-bar {
width: 600px;
height: 400px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment