diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 00:17:51 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-31 00:17:51 +0200 |
commit | 1845a260fb81018294a8673e5af545f30928c40a (patch) | |
tree | bf00b1f9f0dac1df1cd709f70579c421b709832a /components/config.ts | |
parent | 00fdc78a486e94ae6bdece1a4cd8ab8d3830b238 (diff) |
ui updates
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 27 |
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 = { |