diff --git a/public/app.js b/public/app.js index b20ee9d..7ee161b 100644 --- a/public/app.js +++ b/public/app.js @@ -1,4 +1,5 @@ // TODO - change y axis to dropped +// TODO - zoom/pan on graph const WIDTH = 800; const HEIGHT = 600; const parseTime = d3.timeParse("%B %e, %Y");