From 824d7c59e717e89ec5f1b2acc0eb7d7c604426b4 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 3 Nov 2020 12:46:14 +0100 Subject: [PATCH] fix --- src/components/ChartView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ChartView.vue b/src/components/ChartView.vue index 463d75c..1d754f5 100644 --- a/src/components/ChartView.vue +++ b/src/components/ChartView.vue @@ -33,7 +33,8 @@ export default { yAxisID: index, borderColor: y.color, backgroundColor: y.fill, - spanGaps: true + spanGaps: true, + lineTension: 0 }; let last = null; for (let i = 0; i < this.data.length; i++) { @@ -60,7 +61,6 @@ export default { return { animation: { duration: 0 }, responsiveAnimationDuration: 0, - lineTension: 0, scales: { yAxes: this.yaxis.map ( (y, index) => {