X Tutup
Skip to content

Commit b4bacc6

Browse files
committed
ChartTracer start
1 parent a111616 commit b4bacc6

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ <h3>
121121
<script src="js/module/weighted_directed_graph.js"></script>
122122
<script src="js/module/weighted_undirected_graph.js"></script>
123123
<script src="js/script.js"></script>
124+
125+
<script src="js/Chart-2.1.3.min.js"></script>
126+
<script src="js/module/chart.js"></script>
124127
<script>
125128
(function (i, s, o, g, r, a, m) {
126129
i['GoogleAnalyticsObject'] = r;

0 commit comments

Comments
 (0)
X Tutup