Fix: Modified graph params

This commit is contained in:
chanx 2025-11-28 13:36:35 +08:00
parent 1f5e964a1e
commit e77fa2c979

View file

@ -75,14 +75,6 @@ const ForceGraph = ({ data, show }: IProps) => {
], ],
layout: { layout: {
type: 'combo-combined', type: 'combo-combined',
// type: 'radial',
nodeSize: 12,
unitRadius: 90,
linkDistance: 1200,
// preventOverlap: true,
maxPreventOverlapIteration: 1010,
strictRadial: false,
preventOverlap: true, preventOverlap: true,
comboPadding: 1, comboPadding: 1,
spacing: 100, spacing: 100,