Add createDiv() method to Graph class and update graph-classes.js, graphs.html, and graph-styles.css

This commit is contained in:
Sietse Jonker
2024-04-02 16:39:32 +02:00
parent 5316e2d647
commit b69b029628
4 changed files with 27 additions and 12 deletions

View File

@@ -31,7 +31,5 @@
<body>
<script src="graph-classes.js"></script>
<script src="graph-main.js"></script>
<div class="graphBody"></div>
</body>
</html>