Skip to content

Commit 8b19c1e

Browse files
committed
Updates before MVP presentation
1 parent 3fe4baf commit 8b19c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/charts/route-trace.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RouteTrace {
2525

2626
const simulation = d3.forceSimulation(data[0])
2727
.force("link", d3.forceLink(data[1]).id(data => data.id))
28-
.force('charge', d3.forceManyBody().strength(-1000))
28+
.force('charge', d3.forceManyBody().strength(-3000))
2929
.force('center', d3.forceCenter(width / 2 , height / 2))
3030

3131
const link = svg.append("g")

0 commit comments

Comments
 (0)