Skip to content

Commit

Permalink
Update activities.html
Browse files Browse the repository at this point in the history
Update Link
  • Loading branch information
karinzaa authored Apr 1, 2024
1 parent 3ceebcc commit fb6f5e1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h4 class="modal-title">
});
// Chart
d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=428771258&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(makeSum);
function makeSum(Sum) {
var sum = Sum.map(function (d) {
Expand All @@ -377,7 +377,7 @@ <h4 class="modal-title">
}

d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=428771258&single=true&output=csvv"
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=1626715208&single=true&output=csv"
).then(makeTime);
function makeTime(Time) {
var time = Time.map(function (d) {
Expand All @@ -389,7 +389,7 @@ <h4 class="modal-title">
}

d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=428771258&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(makeDataSeq);
function makeDataSeq(DataSeq) {
var dataSeq = DataSeq.map(function (d) {
Expand All @@ -401,7 +401,7 @@ <h4 class="modal-title">
}

d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=428771258&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(makeip);
function makeip(IP) {
var ip = IP.map(function (d) {
Expand All @@ -412,7 +412,7 @@ <h4 class="modal-title">
}

d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=428771258&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(makemake);
function makemake(MAKE) {
var make = MAKE.map(function (d) {
Expand All @@ -423,7 +423,7 @@ <h4 class="modal-title">
}

d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=428771258&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(makeop);
function makeop(OP) {
var op = OP.map(function (d) {
Expand All @@ -434,8 +434,7 @@ <h4 class="modal-title">
}

d3.csv(
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=428771258&single=true&output=csv"
).then(makeChart);
"https://docs.google.com/spreadsheets/d/e/2PACX-1vR2F-7EB0fJuUD_PXbq9WUkWSmaChbKxvDkCvYjMPN8K_k1OJjEYOA5EB_JWylmmg/pub?gid=1626715208&single=true&output=csv
function makeChart(Sum) {
var status = Sum.map(function (d) {
return d.Status;
Expand Down

0 comments on commit fb6f5e1

Please sign in to comment.