From c50fbfd54fbbbbc228757ecb239a3143fadc05b3 Mon Sep 17 00:00:00 2001 From: Daniel Ellis Date: Mon, 2 Dec 2024 21:38:43 +0000 Subject: [PATCH] development --- static/circlepacked/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/circlepacked/index.js b/static/circlepacked/index.js index 8fe8a1b..b810677 100644 --- a/static/circlepacked/index.js +++ b/static/circlepacked/index.js @@ -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) }