From f9c6269846251ba41bdf3332aef7af5df53383c8 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Fri, 22 Sep 2023 00:07:28 -0400 Subject: [PATCH] cleanup --- public/app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/app.js b/public/app.js index de1cf5e..13ec2b0 100644 --- a/public/app.js +++ b/public/app.js @@ -1,11 +1,9 @@ const WIDTH = 800; const HEIGHT = 600; +const parseTime = d3.timeParse("%B %e, %Y"); let instances; -const selectedInstances = []; let xScale, yScale; -const parseTime = d3.timeParse("%B %e, %Y"); -const formatTime = d3.timeFormat("%B %e, %Y"); const renderTable = () => { const trs = d3.select('tbody')