From 1fd0dd8b28bac19431a8c577ee78ea655882ad82 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 31 Jul 2019 16:28:31 +0100 Subject: Add support for multidimensional datasets --- app/static/js/makeChart.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/static/js/makeChart.js') diff --git a/app/static/js/makeChart.js b/app/static/js/makeChart.js index 1a0283d..5d759bf 100644 --- a/app/static/js/makeChart.js +++ b/app/static/js/makeChart.js @@ -119,7 +119,6 @@ function baseChart(selector, data, clickFunction, annotations, annotationFunctio // 3. rectangle to keep the drawing // 4. line // 5. circles with a click event - // // clip path svg.append("defs") -- cgit v1.2.3