From 5b4d2f432aef33c3c12160cecba122e4d1366a41 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 10 Sep 2017 15:01:56 -0400 Subject: [PATCH] render after new run created --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 02dc0e7..6598f17 100644 --- a/app.js +++ b/app.js @@ -96,4 +96,5 @@ d3.select('svg').on('click', function(){ } runs.push(newRun); createTable(); + render(); });