Skip to content

Instantly share code, notes, and snippets.

@ljbrown238
Created April 25, 2013 00:31
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 ljbrown238/5456688 to your computer and use it in GitHub Desktop.
Save ljbrown238/5456688 to your computer and use it in GitHub Desktop.
Template (Tributary)
{"description":"Template (Tributary)","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},"sample.json":{"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,"thumbnail":"http://i.imgur.com/nlDc02Q.png"}
// Build-in values
//current width of the svg element (always fills the window)
console.log("tributary screen width:" + tributary.sw + ":");
//current height of the svg element (always fills the window)
console.log("tributary screen height:" + tributary.sh + ":");
//turns on the logging of error messages (off by default because every key-stroke can set off an error)
tributary.trace = false;
// get a handle to the SVG element
var svg = d3.select("svg");
// If you have a file added to this project, access it by
// tributary.filename(no extension)
console.log(tributary.sample);
[
{"name":"a1"},
{"name":"a2"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment