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
|
## 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
|
||||||
|
Reference in New Issue
Block a user