Merge branch 'Database' of https://github.com/RaBa64/OpenDTU into Database

This commit is contained in:
Ralf Bauer 2023-05-22 18:50:08 +02:00
commit d8646b8c19
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 221 KiB

View File

@ -65,7 +65,7 @@ export default defineComponent({
var start = new Date() var start = new Date()
var interval = 1 // number of days to show in the chart var interval = 1 // number of days to show in the chart
start.setDate(end.getDate() - interval) start.setDate(end.getDate() - interval)
start.setHours(start.getHours() - 1) start.setHours(start.getHours() - 2)
google.charts.setOnLoadCallback(drawBasic()); google.charts.setOnLoadCallback(drawBasic());
}); });
} }