Last active
August 29, 2015 14:04
-
-
Save ge045/1618d3dc030d80203c1e to your computer and use it in GitHub Desktop.
remote data test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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