diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-09-13 15:36:03 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-09-13 15:36:03 +0200 |
commit | 7a466db2a3732bf63c6a9ac1c550e8539580554a (patch) | |
tree | 29947d6e47c957bfb8f76d7adaf29472b06d4cac /components/config.ts | |
parent | b07e23ab05f1ad68b94f58a748dd18d351143056 (diff) |
feat: node scale oom invariance
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index dce9b7d..56664df 100644 --- a/components/config.ts +++ b/components/config.ts @@ -103,6 +103,7 @@ export const initialVisuals = { refLinkHighlightColor: '', refNodeColor: 'black', nodeSizeLinks: 0.5, + nodeZoomSize: 1.3, } export interface TagColors { |