diff options
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, |