From d1a7d3c00a603cb774697e49696e9a0d2c4661b9 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 5 Aug 2021 22:25:21 +0200 Subject: feature: added slider for node scale --- components/config.ts | 1 + components/tweaks.tsx | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'components') diff --git a/components/config.ts b/components/config.ts index daf548c..2487168 100644 --- a/components/config.ts +++ b/components/config.ts @@ -95,6 +95,7 @@ export const initialVisuals = { refLinkColor: 'gray.400', refLinkHighlightColor: '', refNodeColor: 'black', + nodeSizeLinks: 2, } export interface TagColors { diff --git a/components/tweaks.tsx b/components/tweaks.tsx index 9ff994e..bed075f 100644 --- a/components/tweaks.tsx +++ b/components/tweaks.tsx @@ -711,6 +711,13 @@ export const Tweaks = (props: TweakProps) => { value={visuals.nodeRel} onChange={(value) => setVisuals({ ...visuals, nodeRel: value })} /> + setVisuals({ ...visuals, nodeSizeLinks: value })} + /> {threeDim && ( <>