Skip to content

Instantly share code, notes, and snippets.

@arubyist
Created June 20, 2014 20:37
Show Gist options
  • Select an option

  • Save arubyist/b9a4b37b1c4d4ee4c752 to your computer and use it in GitHub Desktop.

Select an option

Save arubyist/b9a4b37b1c4d4ee4c752 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>My project</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</head>
<body>
<script>
var fs=["10px", "20px", "30px"];
d3.select("body").selectAll("p").data(data).enter()
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment