Skip to content

Instantly share code, notes, and snippets.

@leffuy
Created May 9, 2013 21:29
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 leffuy/5550766 to your computer and use it in GitHub Desktop.
Save leffuy/5550766 to your computer and use it in GitHub Desktop.
Javascript Function to return some data from a json file...using D3
function agric() {
var d;
d3.json("AgricBullets.json", function(water){
d = water;
});
return d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment