Skip to content

Commit

Permalink
removed comments in dev/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-q committed Aug 20, 2024
1 parent 14b8169 commit ed131c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed131c1

Please sign in to comment.