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 fe7c1b3 commit 259fa69
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 @@ -108,7 +108,7 @@ async function createTreemap() {
.attr('fill-opacity', (d, i, nodes) =>
i === nodes.length - 1 ? 0.7 : null
)
.attr('font-size', (d, i, nodes) =>d.depth>2?"0.6em":'1em')
.attr('font-size', (d, i, nodes) =>d.depth>2?"0.2em":'1em')
.text((d) => d);

// Positioning for parent nodes (with children)
Expand Down

0 comments on commit 259fa69

Please sign in to comment.