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