diff --git a/public/index.html b/public/index.html index 81f105a..dd7be50 100644 --- a/public/index.html +++ b/public/index.html @@ -7,5 +7,6 @@

Run Tracker

+ diff --git a/public/js/app.js b/public/js/app.js new file mode 100644 index 0000000..0d11aad --- /dev/null +++ b/public/js/app.js @@ -0,0 +1,7 @@ +var WIDTH = 800; +var HEIGHT = 600; + +d3.select('svg').style({ + height: HEIGHT, + width: WIDTH +});