Skip to content

Instantly share code, notes, and snippets.

@roundrobin
Created August 8, 2012 06:58
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 roundrobin/3292942 to your computer and use it in GitHub Desktop.
Save roundrobin/3292942 to your computer and use it in GitHub Desktop.
just another inlet to tributary
{"dude": "sick"}
{"editor_editor":{"width":296,"height":624,"hide":false,"emacs":false,"vim":true,"coffee":true},"coffee":true,"vim":true,"emacs":false,"editor_json0":{"vim":false,"emacs":false,"width":600,"height":300,"hide":true,"coffee":false},"editor_json1":{"vim":true,"emacs":false,"width":600,"height":300,"hide":true}}
trib.x = 50;
d3.select("svg")
.data([500])
.append("rect")
.attr("x", trib.x)
.attr("y", 100)
.attr("width", (d) ->
d
)
.attr("height", 30)
console.log tributary["test"]
{"results": ["awesome", "sweet"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment