Skip to content

Commit

Permalink
adding d3.min.js for the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
markolalovic committed Jul 9, 2024
1 parent 1f3b6cc commit 56a283e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/d3.v7.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tda-digits-example</title>
<link rel="stylesheet" href="style.css">
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src = "./d3.v7.min.js"></script>
</head>
<body>
<div id="chart-window"></div>
Expand Down

0 comments on commit 56a283e

Please sign in to comment.