Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshahlawat committed Apr 27, 2020
1 parent 8624e82 commit 7257aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function yesClick() {
document.getElementById("energy-produced").innerHTML = `${Math.trunc(monthlyEnergyProduced)}`;
document.getElementById("savings").innerHTML = `${Math.trunc(yearlySavingsAfterSP*25)}`;
document.getElementById("consumption").innerHTML = `${Math.trunc(kWh)}`;
document.getElementById("bounding-confidence").innerHTML = `${(data.score*100).toFixed(2)}`;
document.getElementById("bounding-confidence").innerHTML = `${(data.score*100).toFixed(2)}%`;
document.getElementById("bounding-type").innerHTML = `${data.name}`;
if (costYearlySavingsChart == null) {
costYearlySavingsChart = new Chart(costYearlySavings, {
Expand Down

0 comments on commit 7257aa2

Please sign in to comment.