Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
desafinadude committed Dec 3, 2024
1 parent ec9fc63 commit 9d822fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion d3_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ document.addEventListener('DOMContentLoaded', function () {
}


drawChart('fs', inside_outside_blank, 'FS');


drawChart('lp', inside_outside_blank, 'LP');

Expand Down Expand Up @@ -1396,6 +1396,8 @@ document.addEventListener('DOMContentLoaded', function () {
if (section_label == 'outdoor-facilities') {

console.log(section_label);

drawChart('fs', inside_outside_blank, 'FS');

fadeChart('.province-chart', 1);
activeData.fs = fs_inside_outside;
Expand Down

0 comments on commit 9d822fa

Please sign in to comment.