diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-09-12 21:49:46 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-09-12 21:49:46 +0200 |
commit | c584c73a6bf4b804a4c5d6cfdcb50b3ed308e5e3 (patch) | |
tree | 1ccee80c1653d2f83e7ddffb9f012fac32d4e049 /components/config.ts | |
parent | a21b4afd4f54a53e5d563c3d02195e05f48a4700 (diff) |
feat: #70 label text wrapping
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 0c23528..dce9b7d 100644 --- a/components/config.ts +++ b/components/config.ts @@ -61,6 +61,8 @@ export const initialVisuals = { labelScale: 1.5, labelFontSize: 13, labelLength: 40, + labelWordWrap: 25, + labelLineSpace: 1, highlight: true, highlightNodeSize: 2, highlightLinkSize: 2, |