Skip to content

Commit

Permalink
Changes to be committed:Update Link
Browse files Browse the repository at this point in the history
	modified:   activities.html
  • Loading branch information
karinzaa committed Apr 1, 2024
1 parent fb6f5e1 commit 04965f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@ <h4 class="modal-title">
}

d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=1626715208&single=true&output=csv
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=1626715208&single=true&output=csv"
).then(makeChart);
function makeChart(Sum) {
var status = Sum.map(function (d) {
return d.Status;
Expand Down Expand Up @@ -494,4 +495,4 @@ <h4 class="modal-title">
</div>
</body>

</html>
</html>

0 comments on commit 04965f9

Please sign in to comment.