From 1845a260fb81018294a8673e5af545f30928c40a Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 31 Jul 2021 00:17:51 +0200 Subject: ui updates --- components/config.ts | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'components/config.ts') diff --git a/components/config.ts b/components/config.ts index b5353aa..2cc4b54 100644 --- a/components/config.ts +++ b/components/config.ts @@ -21,39 +21,12 @@ export const initialPhysics = { centeringStrength: 0.05, linkStrength: 0.1, linkIts: 1, - particles: false, - particlesNumber: 0, - particlesWidth: 4, - linkOpacity: 0.7, - linkWidth: 1, - nodeRel: 4, - nodeOpacity: 0.9, - nodeResolution: 8, - labels: 2, - labelScale: 1.5, alphaDecay: 0.02, alphaTarget: 0, alphaMin: 0, velocityDecay: 0.25, gravity: 0.5, gravityOn: true, - colorful: true, - galaxy: true, - ticks: 1, - hover: 'highlight', - click: 'select', - doubleClick: 'local', - iterations: 0, - highlight: true, - highlightNodeSize: 2, - highlightLinkSize: 2, - highlightAnim: false, - animationSpeed: 250, - algorithms: algorithms, - algorithmOptions: options, - algorithmName: 'CubicOut', - orphans: false, - follow: 'Local', } export const initialFilter = { -- cgit v1.2.3