Skip to content

Commit c21a056

Browse files
committed
Change end date to November 2024
1 parent 0b5dc8d commit c21a056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/WeatherGraphs/TempDifferenceGraph.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
setup() {
3030
const weatherData = ref(null);
3131
const startDate = ref("1990-01-01");
32-
const endDate = ref("2023-12-31");
33-
const selectedMonth = ref(0); // Default to January (0-indexed)
32+
const endDate = ref("2024-11-30");
33+
const selectedMonth = ref(7); // Default to August (the most severe month) (0-indexed)
3434
const months = ref([
3535
"January",
3636
"February",

0 commit comments

Comments
 (0)