summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts27
1 files changed, 0 insertions, 27 deletions
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 = {