From b29800ab2b0c8f1a1d441b1cf4ed4ec80ce4bfd6 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Fri, 22 Sep 2023 00:44:31 -0400 Subject: [PATCH] todos --- public/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/app.js b/public/app.js index b509167..db56d9b 100644 --- a/public/app.js +++ b/public/app.js @@ -1,3 +1,5 @@ +// TODO - delete highlighted +// TODO - different colors for each highted dot, matched in table row backgrounds const WIDTH = 800; const HEIGHT = 600; const parseTime = d3.timeParse("%B %e, %Y");