parent
e35a5ccbf3
commit
726a9c93ea
@ -1 +1,6 @@
|
||||
alert('hi');
|
||||
var WIDTH = 800;
|
||||
var HEIGHT = 600;
|
||||
|
||||
d3.select('svg')
|
||||
.style('width', WIDTH)
|
||||
.style('height', HEIGHT);
|
||||
|
||||
Loading…
Reference in new issue