summaryrefslogtreecommitdiff
path: root/src/graph.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.js')
-rw-r--r--src/graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph.js b/src/graph.js
index fdac979..4ed953a 100644
--- a/src/graph.js
+++ b/src/graph.js
@@ -105,7 +105,7 @@ export default function buildGraph(db, handlers) {
// graph.d3Force("charge").strength(-150);
// camera orbit
- const distance = 250;
+ const distance = 415;
let angle = 0;
graph.cameraPosition({
x: distance * Math.sin(angle),