Skip to content

Commit

Permalink
feat(index) v1
Browse files Browse the repository at this point in the history
  • Loading branch information
TammieYu committed Sep 25, 2024
2 parents 11deed8 + af7cb1d commit 0cec0bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h3 class="title">Monthly Energy for Selected Strategy</h3>
let strategyLibrary = [];
let stack = d3.stack().keys(["lightingEnergy", "heatingEnergy", "coolingEnergy"]);
let months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
dataUrl = "Data/Results/compile/Results.json";
dataUrl = "Results.json";

d3.select("#defaultPeakLoadTab").dispatch("click");

Expand Down

0 comments on commit 0cec0bf

Please sign in to comment.