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
### Graphs
```mermaid
classDiagram
class graph {
+nodeId
makeGraph()
}
```
### Live graphs
```mermaid
classDiagram
class liveGraph {
class liveGraph extends graph {
+nodeId
+cnt
+timeArray