From ac52c8e563b016d3d86818c67ce7aeae670ba84a Mon Sep 17 00:00:00 2001 From: "Wortman, Elliot (UG - Comp Sci & Elec Eng)" <ew00710@surrey.ac.uk> Date: Tue, 28 Nov 2023 10:58:57 +0000 Subject: [PATCH] Start graphs from 0 --- src/components/MultiAxisChart.vue | 1 - src/components/MultiLineChart.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/MultiAxisChart.vue b/src/components/MultiAxisChart.vue index 888f190..2430579 100644 --- a/src/components/MultiAxisChart.vue +++ b/src/components/MultiAxisChart.vue @@ -55,7 +55,6 @@ export default { options: { scales: { y: { - beginAtZero: true, title: { display: true, text: '°C' diff --git a/src/components/MultiLineChart.vue b/src/components/MultiLineChart.vue index 9d8aa37..7144a69 100644 --- a/src/components/MultiLineChart.vue +++ b/src/components/MultiLineChart.vue @@ -52,7 +52,6 @@ export default { options: { scales: { y: { - beginAtZero: true, title: { display: true, text: 'ppm' -- GitLab