summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <thomasfkjorna@gmail.com>2021-07-28 15:03:38 +0200
committerThomas F. K. Jorna <thomasfkjorna@gmail.com>2021-07-28 15:03:38 +0200
commit8b9d53389fe346259f4288f341abc2df5d5679aa (patch)
tree933c5b4980f23bbbeb854de71492347a67dd17bc /components/config.ts
parent49aee30dccde55e331b06232703dcd386efd72f3 (diff)
added more node/link opacity and resolution options
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts
index 80f89d1..3331288 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -22,9 +22,11 @@ export const initialPhysics = {
particles: false,
particlesNumber: 0,
particlesWidth: 4,
- linkOpacity: 0.4,
+ linkOpacity: 0.7,
linkWidth: 1,
nodeRel: 4,
+ nodeOpacity: 0.9,
+ nodeResolution: 8,
labels: 2,
labelScale: 1.5,
alphaDecay: 0.02,