Skip to content

Commit 160d068

Browse files
committed
Let me see these on the same page while prototyping
1 parent 26af888 commit 160d068

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/_App/BotAnalysis/Networks/Section.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Card from 'react-bootstrap/Card'
77
//import Table from 'react-bootstrap/Table'
88

99
import NetworkGraph from "./Graph"
10+
import TreeGraph from "./Graph1"
1011

1112
export default function BotNetworks() {
1213
return (
@@ -15,7 +16,15 @@ export default function BotNetworks() {
1516
<Card.Body>
1617
<Card.Title><h3>Bot Networks</h3></Card.Title>
1718

19+
<Card.Text>
20+
Bot Community Networks:
21+
</Card.Text>
1822
<NetworkGraph/>
23+
24+
<Card.Text>
25+
Prototype tree graph structure with levels:
26+
</Card.Text>
27+
<TreeGraph/>
1928
</Card.Body>
2029
</Card>
2130
</Container>

0 commit comments

Comments
 (0)