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 15b62d0 commit 0335c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/circlepacked/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function chart(data) {

function zoom(event, d) {

if (d.depth > 2 && d.parent) {d = d.parent}
if (d.depth > 2) {d = d.parent}
else{return 0};

const focus0 = focus;
Expand Down

0 comments on commit 0335c28

Please sign in to comment.