取消第四个页面社团背景

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.color = color
})
graphVis.addNodesInGroup(nodes, {
shape: "polygon", //circle|rect|polygon|bubbleset
color: color,
alpha: 0.2
})
if (storeId !== "anomalousGroup") {
graphVis.addNodesInGroup(nodes, {
shape: "polygon", //circle|rect|polygon|bubbleset
color: color,
alpha: 0.2
})
}
})
// graphVis.autoGroupLayout(graphVis.nodes)
}