Fix: Modified graph params
This commit is contained in:
parent
1f5e964a1e
commit
e77fa2c979
1 changed files with 0 additions and 8 deletions
|
|
@ -75,14 +75,6 @@ const ForceGraph = ({ data, show }: IProps) => {
|
|||
],
|
||||
layout: {
|
||||
type: 'combo-combined',
|
||||
// type: 'radial',
|
||||
nodeSize: 12,
|
||||
unitRadius: 90,
|
||||
linkDistance: 1200,
|
||||
// preventOverlap: true,
|
||||
maxPreventOverlapIteration: 1010,
|
||||
strictRadial: false,
|
||||
|
||||
preventOverlap: true,
|
||||
comboPadding: 1,
|
||||
spacing: 100,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue