Skip to content

Instantly share code, notes, and snippets.

@einfalles
Created September 27, 2013 09:20
Show Gist options
  • Save einfalles/6726094 to your computer and use it in GitHub Desktop.
Save einfalles/6726094 to your computer and use it in GitHub Desktop.
0
{"description":"0","endpoint":"","display":"svg","public":true,"require":[{"name":"d3","url":"http://d3js.org/d3.v3.min.js"}],"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},"d3.js":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"pingpong","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"thumbnail":"http://i.imgur.com/OWNym0u.png"}
var body = d3.select('body');
var p = body.append('p');
p.text('yo');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment