Skip to content

Instantly share code, notes, and snippets.

@alexwhan
Created October 14, 2013 05:55
Show Gist options
  • Save alexwhan/6971372 to your computer and use it in GitHub Desktop.
Save alexwhan/6971372 to your computer and use it in GitHub Desktop.
marker position parent contribution
a 5 x 0.25
a 5 y 0.75
b 10 x 0.8
b 10 y 0.2
<!DOCTYPE html>
<html>
<head>
<title>CSV test for d3</title>
<script src = "http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</head>
<body>
<script>
var data = d3.csv("csvTEST.csv")
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment