取消第四个页面社团背景

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