Skip to content

Instantly share code, notes, and snippets.

@ge045
Last active August 29, 2015 14:04
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 ge045/1618d3dc030d80203c1e to your computer and use it in GitHub Desktop.
Save ge045/1618d3dc030d80203c1e to your computer and use it in GitHub Desktop.
remote data test
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<body>
<p> read from other gist
<!--script src="http://d3js.org/d3.v3.min.js"></script-->
<script src="https://rawgithub.com/ge045/d3/master/d3.js"></script>
<script>
var dataset = []
d3.csv("/ge045/raw/60cb2fceab588f1fb7d1/data.csv", function(data) {
console.log(data)
});
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment