diff --git a/web/src/pages/dataset/knowledge-graph/force-graph.tsx b/web/src/pages/dataset/knowledge-graph/force-graph.tsx index ba17b99e2..13a947e5c 100644 --- a/web/src/pages/dataset/knowledge-graph/force-graph.tsx +++ b/web/src/pages/dataset/knowledge-graph/force-graph.tsx @@ -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,