Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ericanderson
Created November 29, 2012 18:26
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 ericanderson/4170945 to your computer and use it in GitHub Desktop.
Save ericanderson/4170945 to your computer and use it in GitHub Desktop.
Funnel
$ ->
svg = d3.select("body").insert("svg:svg", "body")
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title></title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.5.0"></script>
<script type="text/javascript" src="http://coffeescript.org/extras/coffee-script.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/coffeescript" src="code.coffee"></script>
</head>
<body>
Merp
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment