Created
January 20, 2017 03:02
-
-
Save oscarmorrison/a758b9ca4ae654e5afe4dd2f75081c3c to your computer and use it in GitHub Desktop.
This file contains 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> | |
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.4.2/d3.min.js"></script> | |
<script> | |
var data = [4,8,15,16,23,42]; | |
</script> | |
<style type="text/css"> | |
body{ | |
background: #373D4F; | |
} | |
svg { | |
display: block; | |
margin: 8em auto; | |
} | |
</style> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment