We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcebbde commit 5d8cd65Copy full SHA for 5d8cd65
1 file changed
src/_App/BotAnalysis/Networks/Section.js
@@ -6,7 +6,7 @@ import Container from 'react-bootstrap/Container'
6
import Card from 'react-bootstrap/Card'
7
//import Table from 'react-bootstrap/Table'
8
9
-import TreeGraph from "./Graph1"
+//import TreeGraph from "./Graph1"
10
import NetworkGraph from "./Graph2"
11
//import NewGraph from "./Graph3"
12
@@ -22,10 +22,13 @@ export default function BotNetworks() {
22
</Card.Text>
23
<NetworkGraph/>
24
25
+ {/*
26
<Card.Text>
27
Prototype tree graph (for a uni-directional network with discrete "levels"):
28
29
<TreeGraph/>
30
+
31
+ */}
32
</Card.Body>
33
</Card>
34
</Container>
0 commit comments