From 9da39e8b10962b9b5aa68570233b474caee11ac9 Mon Sep 17 00:00:00 2001
From: Sven Schneider <icedoggy@gmx.de>
Date: Thu, 24 Jun 2021 17:51:57 +0200
Subject: [PATCH] minor

---
 public/js/appChart.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/js/appChart.js b/public/js/appChart.js
index 36aa7d8..83f128d 100644
--- a/public/js/appChart.js
+++ b/public/js/appChart.js
@@ -438,7 +438,7 @@ followNextLink(
   })
   .then((observationArr) => {
     // updateLineChartAC(chart1LineTitle, observationArr);
-    drawHeatMapAC2(observationArr);
+    // drawHeatMapAC2(observationArr);
 
     ///////////// use chart.js for line chart
 ///// check this out : https://stackoverflow.com/questions/57343566/zoom-function-for-chart-js 
-- 
GitLab