Skip to content

Commit

Permalink
Remove unnecessary call
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevaillancourt committed Apr 3, 2021
1 parent bcfe2d2 commit e6e2ea2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/notes_graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@
.selectAll("circle")
.filter((_d, i, nodes) => d3.select(nodes[i]).attr("active"))
.attr("r", (d) => zoomOrKeep(ACTIVE_RADIUS_FACTOR * nodeSize[d.id]));

document.getElementById("zoom").innerHTML = zoomLevel.toFixed(2);
};

const ticked = () => {
Expand Down Expand Up @@ -297,4 +295,4 @@
return str.substr(0, str.lastIndexOf(separator, maxLen)) + '...';
}
</script>
</div>
</div>

0 comments on commit e6e2ea2

Please sign in to comment.