From 14ba9a1ef4fd4c0de418830626b07dff5c5b52d4 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Sep 2019 16:29:09 +0100 Subject: Add implementation note on how missing values are handled --- app/static/js/makeChart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/static/js/makeChart.js b/app/static/js/makeChart.js index 7004dc8..7049d8f 100644 --- a/app/static/js/makeChart.js +++ b/app/static/js/makeChart.js @@ -8,7 +8,7 @@ function preprocessData(data) { for (i=0; i 0) cleanData.push(run); run = []; -- cgit v1.2.3