Skip to content

Instantly share code, notes, and snippets.

@mcburton
Created September 13, 2012 18:29
Show Gist options
  • Save mcburton/3716472 to your computer and use it in GitHub Desktop.
Save mcburton/3716472 to your computer and use it in GitHub Desktop.
My D3 Template
<!DOCTYPE html>
<meta charset="utf-8">
<style>
</style>
<body>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/2.10.0/d3.v2.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.2/underscore-min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment