Seetha commited on
Commit
208a049
1 Parent(s): 9ee8937

Update index.html

Browse files
Files changed (1) hide show
  1. 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++) {