Skip to content

Commit

Permalink
Merge pull request #2838 from hhoefling/patch-5
Browse files Browse the repository at this point in the history
Update powergraph.js
  • Loading branch information
benderl authored Jun 13, 2024
2 parents 4ed7352 + 14be163 commit b9ab12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/themes/colors/powergraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ class PowerGraph {
values.lp0 = +elements[4];
values.lp1 = +elements[5];
for (i = 2; i < 9; i++) {
values["lp" + i] = +elements[11 + i];
values["lp" + i] = +elements[12 + i];
}
values.soc1 = +elements[9];
values.soc2 = +elements[10];
Expand Down

0 comments on commit b9ab12e

Please sign in to comment.