取消第四个页面社团背景
This commit is contained in:
parent
057abc4c51
commit
376bd0bb11
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user