Skip to content

Commit

Permalink
Fix summary template columns (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-oly authored Aug 16, 2023
1 parent e87cdb4 commit 561e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier/summary_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
details.push(link);
}
}
td = tr.insertCell();
if (reports.length > 0) {
// Create the data for the reports
// Make a new area for displaying ig.
Expand All @@ -113,7 +114,6 @@
3: {color: '#777777'} //
},
};
td = tr.insertCell();
// Set up options and links
const chart = new google.visualization.BarChart(td);
const chart_data = google.visualization.arrayToDataTable(data);
Expand Down

0 comments on commit 561e549

Please sign in to comment.