Skip to content

Instantly share code, notes, and snippets.

@oscarmorrison
Created January 20, 2017 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarmorrison/a758b9ca4ae654e5afe4dd2f75081c3c to your computer and use it in GitHub Desktop.
Save oscarmorrison/a758b9ca4ae654e5afe4dd2f75081c3c to your computer and use it in GitHub Desktop.
<!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