From de61fd4aaa02449244b9acf18e6715470f51e171 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sat, 23 Sep 2023 00:11:00 -0400 Subject: [PATCH] excess var --- public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.js b/public/app.js index 3369d15..b20ee9d 100644 --- a/public/app.js +++ b/public/app.js @@ -55,7 +55,7 @@ const renderTable = () => { } const renderPoints = () => { - const circles = d3.select('#points') + d3.select('#points') .selectAll('circle') .data(instances, d => d.id) .enter()