Skip to content

Instantly share code, notes, and snippets.

@gelicia
Created June 25, 2013 16:48
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 gelicia/5860140 to your computer and use it in GitHub Desktop.
Save gelicia/5860140 to your computer and use it in GitHub Desktop.
halp
{"description":"halp","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"data.tsv":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01}
x y size
4 2 1
6 2 3
1 10 2
3 4 3
7 2 4
var data = tributary.data;
var min = d3.max(data, function(d){
console.log(d);
return Number(d.y);
})
console.log(min);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment