Skip to content

Commit 0b5dc8d

Browse files
committed
Alter formatting to ensure proper indentation
1 parent 571e4a2 commit 0b5dc8d

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

frontend/src/components/CorrelationGraphs/YearlyTemperatureNdviCorrelation.vue

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
2-
<v-container>
3-
<h2 class="pb-10">Yearly NDVI vs. Temperature</h2>
4-
<v-row justify="center">
5-
<div ref="plotContainer" style="width: 100%; height: 400px" class="d-flex justify-center"></div>
6-
</v-row>
7-
</v-container>
8-
</template>
9-
10-
<script>
2+
<v-container>
3+
<h2 class="pb-10">Yearly NDVI vs. Temperature</h2>
4+
<v-row justify="center">
5+
<div ref="plotContainer" style="width: 100%; height: 400px" class="d-flex justify-center"></div>
6+
</v-row>
7+
</v-container>
8+
</template>
9+
10+
<script>
1111
import axios from 'axios';
1212
import Plotly from 'plotly.js-dist-min';
1313
import { onMounted, ref, watch } from 'vue';
@@ -120,9 +120,6 @@ export default {
120120
return { plotContainer };
121121
},
122122
};
123+
</script>
123124

124-
125-
</script>
126-
127-
<style scoped></style>
128-
125+
<style scoped></style>

0 commit comments

Comments
 (0)