Changed label for monthplot

This commit is contained in:
Gunnar Skjold
2023-06-11 07:06:03 +02:00
parent 2cbe566910
commit b2a93c0b4c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -89,7 +89,7 @@
}
config = {
title: "Energy use last month (kWh)",
title: "Energy use last " + lm.getDate() + " days (kWh)",
height: 226,
width: 1520,
padding: { top: 20, right: 15, bottom: 20, left: 35 },