diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-07 14:29:01 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-07 14:29:01 +0200 |
commit | 132a16503c3c813dbd28b58c286ebb02bfd2d802 (patch) | |
tree | 266d0c213a246171759aae2f21bb48f5f552a9e8 /components/config.ts | |
parent | 872be7c3631895d951e1991b0bcbd4d164941dab (diff) |
feat: configurable label size and length
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index ef48973..2636b73 100644 --- a/components/config.ts +++ b/components/config.ts @@ -58,6 +58,8 @@ export const initialVisuals = { nodeResolution: 12, labels: 2, labelScale: 1.5, + labelFontSize: 13, + labelLength: 40, highlight: true, highlightNodeSize: 2, highlightLinkSize: 2, |