We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5dc8d commit c21a056Copy full SHA for c21a056
frontend/src/components/WeatherGraphs/TempDifferenceGraph.vue
@@ -29,8 +29,8 @@
29
setup() {
30
const weatherData = ref(null);
31
const startDate = ref("1990-01-01");
32
- const endDate = ref("2023-12-31");
33
- const selectedMonth = ref(0); // Default to January (0-indexed)
+ const endDate = ref("2024-11-30");
+ const selectedMonth = ref(7); // Default to August (the most severe month) (0-indexed)
34
const months = ref([
35
"January",
36
"February",
0 commit comments