取消第四个页面社团背景

This commit is contained in:
qumeng039@126.com 2025-08-11 15:51:02 +08:00
parent 057abc4c51
commit 376bd0bb11

View File

@ -274,11 +274,13 @@ const clusterAnalyze = () => {
node.fillColor = color node.fillColor = color
node.color = color node.color = color
}) })
graphVis.addNodesInGroup(nodes, { if (storeId !== "anomalousGroup") {
shape: "polygon", //circle|rect|polygon|bubbleset graphVis.addNodesInGroup(nodes, {
color: color, shape: "polygon", //circle|rect|polygon|bubbleset
alpha: 0.2 color: color,
}) alpha: 0.2
})
}
}) })
// graphVis.autoGroupLayout(graphVis.nodes) // graphVis.autoGroupLayout(graphVis.nodes)
} }