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 a406398 commit c50fbfd
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 @@ -55,7 +55,7 @@ function chart(data) {


function linkstroke(d) {
return d.depth==2?'none':color[d.data.prefix](d.height)
return d.depth==2?'none':color[d.data.prefix](1)
}


Expand Down

0 comments on commit c50fbfd

Please sign in to comment.