Skip to content
Snippets Groups Projects
Commit c3ca1d81 authored by Wortman, Elliot (UG - Comp Sci & Elec Eng)'s avatar Wortman, Elliot (UG - Comp Sci & Elec Eng)
Browse files

Rename soilData to npkData

parent edfe01a3
No related branches found
No related tags found
3 merge requests!5Replace Vue3 template site with NanoPatch UI & API,!4Modify passing x-axis-data as refering to function was causing errors in production build,!3Line Graphs + Design Overhaul
......@@ -11,7 +11,7 @@ export default {
},
data() {
return {
soilData: {
npkData: {
nitrogen: [10, 22, 15, 18, 25, 30, 35],
phosphorus: [5, 8, 10, 12, 20, 22, 25],
potassium: [8, 12, 13, 17, 23, 28, 33]
......@@ -32,10 +32,10 @@ export default {
</div>
</div>
<div class="bottom-section">
<MultiLineChart :chart-data="soilData" />
<MultiLineChart :chart-data="npkData" />
<MultiLineChart :chart-data="npkData" />
</div>
</div>
</template>
<style scoped>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment