File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
frontend/src/components/CorrelationGraphs Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 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 >
1111import axios from ' axios' ;
1212import Plotly from ' plotly.js-dist-min' ;
1313import { 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 >
You can’t perform that action at this time.
0 commit comments