Add graph class and extend liveGraph from graph

This commit is contained in:
Sietse Jonker
2024-03-22 12:35:22 +01:00
parent cb1dbe8b11
commit dcc99c1258

View File

@@ -14,11 +14,21 @@ The graphs are used to display the data from the sensors. The data is collected
## Class diagrams ## Class diagrams
### Graphs
```mermaid
classDiagram
class graph {
+nodeId
makeGraph()
}
```
### Live graphs ### Live graphs
```mermaid ```mermaid
classDiagram classDiagram
class liveGraph { class liveGraph extends graph {
+nodeId +nodeId
+cnt +cnt
+timeArray +timeArray