Refactor HTML and JavaScript code, update graph data

This commit is contained in:
Dano van den Bosch
2024-02-16 12:28:41 +01:00
parent 44b1317e33
commit 9255b8ab97
3 changed files with 148 additions and 20 deletions

View File

@@ -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 {