width/height

master
Matt Huntington 8 years ago
parent 4d0a0a4e6e
commit 970b221593

@ -1 +1,6 @@
console.log(d3);
var WIDTH = 300;
var HEIGHT = 200;
d3.select("svg")
.attr("width", WIDTH)
.attr("height", HEIGHT);

Loading…
Cancel
Save