We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e1342 commit 157eedfCopy full SHA for 157eedf
index.html
@@ -6,8 +6,8 @@
6
<link href="css/d3-table-cards.css" rel="stylesheet" />
7
<link href="css/demo.css" rel="stylesheet" />
8
<script src="d3.v4.min.js" charset="utf-8"></script>
9
- <script src="data.js" charset="utf-8"></script>
10
- <script src="d3-table-cards.js" charset="utf-8"></script>
+ <script src="js/data.js" charset="utf-8"></script>
+ <script src="js/d3-table-cards.js" charset="utf-8"></script>
11
<meta
12
name="description"
13
content="D3-Table-Cards: Table/Cards views using D3.js for animated transformations and transitions."
0 commit comments