Add graph class and extend liveGraph from graph
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user