From c3950af5414b8215bd25bd9fc72b2b3c9f79bfe8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 19 Aug 2020 17:31:52 +0200 Subject: [PATCH] Add min to hourly chart --- src/components/charts/HourlyChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/HourlyChart.vue b/src/components/charts/HourlyChart.vue index ee1b2b7a..818ffe0b 100644 --- a/src/components/charts/HourlyChart.vue +++ b/src/components/charts/HourlyChart.vue @@ -99,7 +99,7 @@ export default class HourlyChart extends Vue { pieces: [ { max: -0.001, - // min: -2, + min: -2, color: 'red', }, {