Skip to content

Commit 31e93e4

Browse files
committed
Why are the nodes so large on staging but not local
1 parent 5d8cd65 commit 31e93e4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/_App/BotAnalysis/Networks/Graph2.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ const ForceTree = ({ data }) => {
4646
graphData={data}
4747

4848
nodeId="id"
49-
nodeVal="status_count"
49+
//nodeVal="status_count"
50+
//nodeVal={node => Math.sqrt(node["status_count"])}
51+
nodeVal={5}
5052
nodeLabel={(node) => `@${node["id"]}`}
51-
nodeRelSize={2}
53+
nodeRelSize={1}
5254

5355
//dagMode="td"
5456
//dagLevelDistance={300}

0 commit comments

Comments
 (0)