Add Node and Graph classes for website functionality

This commit is contained in:
Sietse Jonker
2024-03-26 11:01:16 +01:00
parent 2221be88bf
commit 12909d3650
2 changed files with 24 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ class feedbackNode extends node {
}
}
class liveGraph extends node {
class liveGraph extends graph {
// Constructor to initialize the graph
constructor(id) {
super(id);