From ed131c12f2a5ece28bee52ec66ca7c7c2da6a49d Mon Sep 17 00:00:00 2001 From: Marcelo Afonso Date: Mon, 19 Aug 2024 14:51:43 +0100 Subject: [PATCH] removed comments in dev/index.html --- dev/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/index.html b/dev/index.html index 71c63908..fa381120 100644 --- a/dev/index.html +++ b/dev/index.html @@ -125,10 +125,6 @@ .getElementById("heatmapHotmap") .setHeatmapData(xDomain, yDomain, data); - // await document.getElementById("heatmapHotmap").updateComplete.then(() => { - // const colorScale = d3.scaleLinear([0, 1], ["lightblue", "blue"]); - // document.getElementById("heatmapHotmap").heatmapInstance.setColor((d) => colorScale(d.score)); - // }); setTimeout(() => { const colorScale = d3.scaleLinear([0, 1], ["lightblue", "blue"]); document