Skip to content

Instantly share code, notes, and snippets.

@trinary
Created November 23, 2014 23:09
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 trinary/8945d1385c19bb7b11b9 to your computer and use it in GitHub Desktop.
Save trinary/8945d1385c19bb7b11b9 to your computer and use it in GitHub Desktop.
stupid text
{"description":"stupid text","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"foo.json":{"default":true,"vim":false,"emacs":false,"fontSize":12},"sdf":{"default":true,"vim":false,"emacs":false,"fontSize":12},"style.css":{"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,"ajax-caching":true}
d3.xhr("http://blehman.github.io/colorado_voting/data/amendment66_v2.csv", function(what) {
console.log("wheee " + what.length);
});
var svg = d3.select("svg");
svg.append("text").text("HI").attr({
dx: 100,
dy: 100
});
text {
font-size: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment