Refactor HTML and JavaScript code, update graph data
This commit is contained in:
@@ -51,19 +51,21 @@ p1 {
|
||||
|
||||
.flex-NodeData {
|
||||
display: flex;
|
||||
margin-left: 10%;
|
||||
margin-right: 10;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
width: 50%;
|
||||
height: 40%;
|
||||
flex-direction: column;
|
||||
border: 1px solid red;
|
||||
margin-bottom: 40px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.nodeData {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: left;
|
||||
flex-direction: row;
|
||||
border: 2px solid red;
|
||||
margin-bottom: 2%;
|
||||
/* border: 2px solid red; */
|
||||
}
|
||||
|
||||
.flex-LiveData {
|
||||
|
Reference in New Issue
Block a user