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

Start graphs from 0

parent 97d7ed82
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,6 @@ export default { ...@@ -55,7 +55,6 @@ export default {
options: { options: {
scales: { scales: {
y: { y: {
beginAtZero: true,
title: { title: {
display: true, display: true,
text: '°C' text: '°C'
......
...@@ -52,7 +52,6 @@ export default { ...@@ -52,7 +52,6 @@ export default {
options: { options: {
scales: { scales: {
y: { y: {
beginAtZero: true,
title: { title: {
display: true, display: true,
text: 'ppm' text: 'ppm'
......
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