Skip to content

Commit eb600f2

Browse files
author
Peyton Lee
committed
Bug fix
1 parent b033ff2 commit eb600f2

File tree

1 file changed

+0
-1
lines changed
  • projects/2024-08-06-olympics-medal-tracker

1 file changed

+0
-1
lines changed

projects/2024-08-06-olympics-medal-tracker/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ document.addEventListener('DOMContentLoaded', function() {
159159
</div>
160160
</div>
161161
`;
162-
document.body.appendChild(container);
163162

164163
d3.csv("./output.csv").then(function(data) {
165164
const educationData = d3.group(data, d => d.education || "None");

0 commit comments

Comments
 (0)