Skip to content

Commit

Permalink
[Basic Calculator] Fix graph labels (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
leongmichael authored Jun 13, 2024
1 parent 44332e0 commit 09b3eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ export default function Basic() {
...prev,
createVisualizations(
[1, 2, 3, 4, "Average"],
"Estimated Watt Shed per Square Foot",
"Estimated Watt Shed per Square Foot per Hour",
"Hours",
"Power (Watts)",
"Power Density (W/ft²)",
W_ft2,
graphs.length,
275,
Expand Down

0 comments on commit 09b3eb2

Please sign in to comment.