File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11<template >
22 <v-container class =" main-section" fluid >
3- <!-- <Images />
3+ <TemperatureNdviBarAndLine />
4+ <TemperatureNdviScatter />
5+ <Images />
46 <NdviComparisonGraph />
57 <NdviSelectMonthGraph />
68 <NdviOverlayGraph />
79 <MedianTempGraph />
810 <MeanSoilTempGraph />
911 <MeanSoilMoistureGraph />
1012 <AugustMeanSoilTempGraph />
11- <SelectMonthMeanSoilTempGraph /> -->
12- <TemperatureNdviBarAndLine />
13+ <SelectMonthMeanSoilTempGraph />
1314 </v-container >
1415</template >
1516
@@ -23,8 +24,8 @@ import MeanSoilTempGraph from "./WeatherGraphs/SoilTempGraph.vue"
2324import MeanSoilMoistureGraph from " ./WeatherGraphs/SoilMoistureGraph.vue"
2425import AugustMeanSoilTempGraph from " ./WeatherGraphs/AugustSoilTempGraph.vue"
2526import SelectMonthMeanSoilTempGraph from " ./WeatherGraphs/SelectMonthSoilTempGraph.vue"
26- import TemperatureNdviGraph from " ./CorrelationGraphs/TemperatureNdviBarAndLine.vue"
2727import TemperatureNdviBarAndLine from " ./CorrelationGraphs/TemperatureNdviBarAndLine.vue"
28+ import TemperatureNdviScatter from " ./CorrelationGraphs/TemperatureNdviScatter.vue"
2829
2930export default {
3031 name: ' MainSection' ,
@@ -38,7 +39,8 @@ export default {
3839 MeanSoilMoistureGraph,
3940 AugustMeanSoilTempGraph,
4041 SelectMonthMeanSoilTempGraph,
41- TemperatureNdviBarAndLine
42+ TemperatureNdviBarAndLine,
43+ TemperatureNdviScatter
4244 }
4345}
4446 </script >
You can’t perform that action at this time.
0 commit comments