Skip to content

Commit

Permalink
A few more minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Mar 7, 2024
1 parent 6108c4c commit 89c1e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/d3_viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function generateD3Tree(jsonFile, marginSettings, camelcase) {

// Normalize for fixed-depth.
nodes.forEach(function (d) {
d.y = d.depth * 186;
d.y = d.depth * 260;
});

// Update the nodes…
Expand Down

0 comments on commit 89c1e25

Please sign in to comment.