Skip to content

Commit

Permalink
development
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Dec 2, 2024
1 parent 99d4a76 commit 92f43b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/treemap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function createTreemap() {
.filter((d) => d.children)
.selectAll('tspan')
.attr('dx', 3)
.attr('y', 3);
.attr('y', 13);

// Positioning for leaf nodes (no children)
node
Expand Down

0 comments on commit 92f43b9

Please sign in to comment.