Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -422,6 +422,7 @@
|
|
422 |
d3.json("detailedResults.json", function(data) {
|
423 |
var table = d3.select("table"); // select the existing table
|
424 |
var tbody = table.append("tbody"); // create a tbody element
|
|
|
425 |
|
426 |
// loop through each item in the data array
|
427 |
for (var i = 0; i < data.length; i++) {
|
|
|
422 |
d3.json("detailedResults.json", function(data) {
|
423 |
var table = d3.select("table"); // select the existing table
|
424 |
var tbody = table.append("tbody"); // create a tbody element
|
425 |
+
console.log(data)
|
426 |
|
427 |
// loop through each item in the data array
|
428 |
for (var i = 0; i < data.length; i++) {
|