diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-01 15:29:08 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-01 15:29:08 +0200 |
commit | 4dea73fe10aa685303bf90606e9dbd5d0fd2e392 (patch) | |
tree | e4904f0c487fbf7546c4d9116e8489a2fe917e83 /components/config.ts | |
parent | 6c190c6f494552ae8567b3fade91c059ee190bfa (diff) |
added arrows
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index cc2beb8..ac4f9c8 100644 --- a/components/config.ts +++ b/components/config.ts @@ -44,6 +44,10 @@ export const initialVisuals = { particles: false, particlesNumber: 0, particlesWidth: 4, + arrows: false, + arrowsLength: 1, + arrowsPos: 0.5, + arrowsColor: '', linkOpacity: 0.8, linkWidth: 1, nodeRel: 4, |