From 048faedad22d1813f9217400ed238375ab8a457f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Sep 2019 16:24:06 +0100 Subject: Keep counting X values when a missing value is seen Otherwise we won't actually have gaps in the data! --- app/static/js/makeChart.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/js/makeChart.js b/app/static/js/makeChart.js index 0301a5a..7004dc8 100644 --- a/app/static/js/makeChart.js +++ b/app/static/js/makeChart.js @@ -8,6 +8,7 @@ function preprocessData(data) { for (i=0; i 0) cleanData.push(run); run = []; -- cgit v1.2.3