From b1171b47d037f404903f4d38d22d665550fbca10 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 22 Sep 2023 12:47:28 -0400 Subject: [PATCH] adding todos --- public/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/app.js b/public/app.js index f4151f5..71e8dc4 100644 --- a/public/app.js +++ b/public/app.js @@ -1,4 +1,6 @@ // TODO - different colors for each highted dot, matched in table row backgrounds +// TODO - filter by course +// TODO - change y axis to dropped const WIDTH = 800; const HEIGHT = 600; const parseTime = d3.timeParse("%B %e, %Y");